#035677

Color #035677 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #035677

Tints of Blue Lagoon #035677

Color information

#035677 (or 0x035677) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 77. RGB value is (3,86,119). Sum of RGB (Red+Green+Blue) = 3+86+119=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #035677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035677 is #FCA988. Grayscale: #404040. Windows color (decimal): -16558473 or 7820803. OLE color: 7820803.

HSL color Cylindrical-coordinate representation of color #035677: hue angle of 197.07º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035677 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB386119-
CMYK0.970.2800.53
HSL197.07º95.08%23.92%-
HSV(B)197.07º97.48%46.67%-
XYZ6.78.0118.65-
YUV64.94158.583.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=1.44%
G=41.35%
B=57.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3861190.970.2800.53197.0795.0823.92
Hex35677611C035c55f18
Octal31261671413406530513730
Binary1110101101110111110000111100011010111000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035677; }

 p { color: rgb(3,86,119); }

 H1.HeaderClassName
 {
   color: #035677;
 }
 .AnyTagClassName
 {
   color: #035677;
 }
</style>
background-color css

<style>
 a { background-color: #035677; }

 a { background-color: rgb(3,86,119); }

 div.DivClassName
 {
   background-color: #035677;
 }
 .BgClassName
 {
   background-color: #035677;
 }
</style>
border-color css

<style>
 span { border-color: #035677; }

 span { border-color: rgb(3,86,119); }

 td.TdClassName
 {
   border-color: #035677;
 }
 .TagClassName
 {
   border-color: #035677;
 }
</style>