COLOR #035366

HEX: #035366
RGB: (3,83,102)

Color info

#035366 contains mainly green and blue colors. Web safe color of #035366 is #006666 (or #066).

RGB color model

#035366 color RGB value is (3,83,102).

  • red value is 3;
  • green value is 83;
  • blue value is 102.
RGB:
(3,83,102)
(1%,33%,40%)

RGB channels and saturation

R 3 of 255 = 1%
G 83 of 255 = 33%
B 102 of 255 = 40%

3
83
102

R + G + B ~ 25%. #035366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 83 + 102 = 188 (100%)
R 3 of 188 ~ 1.6%
G 83 of 188 ~ 44.15%
B 102 of 188 ~ 54.26%

%44.15
%54.26

CMYK color model

#035366 color CMYK value is (97,19,0,60).

  • cyan value is 97.06%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(97,19,0,60)
C97M19Y0K60 
(97%,19%,0%,60%)
(0.97/0.19/0.00/0.60)	

CMYK percentages

%97.06
%18.63
%0
%60

Codes

Color #035366 in popluar color models

035366
RGB383102
HSL192°94.29%20.59%
HSB/HSV192°97.06%40.00%
CMYK97.06%18.63%0.00%
60.00%

Color #035366 in popluar number systems.

HEX035366
Decimal383102
Binary1110100111100110
Octal3123146

Shades and tints

Shades of #035366

#035366
(3,83,102)
#034C5D
(3,76,93)
#034554
(3,69,84)
#033E4B
(3,62,75)
#033742
(3,55,66)
#033039
(3,48,57)
#032930
(3,41,48)
#032227
(3,34,39)
#031B1E
(3,27,30)
#031415
(3,20,21)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #035366

#035366
(3,83,102)
#196273
(25,98,115)
#2F7180
(47,113,128)
#45808D
(69,128,141)
#5B8F9A
(91,143,154)
#719EA7
(113,158,167)
#87ADB4
(135,173,180)
#9DBCC1
(157,188,193)
#B3CBCE
(179,203,206)
#C9DADB
(201,218,219)
#DFE9E8
(223,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #035366 color. Also use rgb(3,83,102) instead hex code.

Text Font Color

.myTextColor { color: #035366; }

<p style="color:#035366">This sample text font color is #035366.</p>

This text font color is #035366.


Background Color

.myBgColor { background-color: #035366; }

<div style="background-color:#035366">Inner text</div>

This div background color is #035366.


Border color

.myBorderColor { border: 1px solid #035366; }

<div style="border:3px solid #035366">Div</div>

This div border color is #035366.


Opacity

.myOpacity80 { color: #035366; opacity: 0.8; }

<p style="color:#035366;opacity:0.8;">80%</p>

Text with #035366 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #035366;}

<p style="text-shadow: 3px 3px 1px #035366">Text here.</p>

This text has shadow with #035366 color.

.textShadow {text-shadow: 3px 3px 1px #035366, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #035366, 5px 5px 20px red">Text here.</p>

This text has shadow with #035366 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#035366, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#035366, Direction=45, Strength=4)">Text</p>

This text has shadow with #035366 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #035366;
  -webkit-box-shadow:	1px 1px 3px 2px #035366;
  box-shadow:		1px 1px 3px 2px #035366;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #035366;
-webkit-box-shadow: 1px 1px 3px 2px #035366;
box-shadow:1px 1px 3px 2px #035366;">
Div content here</div>
This div box has shadow with color #035366.

Preview

Color preview on black background

This text has color #035366 on black background.


Color preview on white background

This text has color #035366 on white background.



Black color preview on #035366 background

This text has black color on #035366 background.


White color preview on #035366 background

This text has white color on #035366 background.