#035F77

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

Shades of Blue Lagoon #035F77

Tints of Blue Lagoon #035F77

Color information

#035F77 (or 0x035F77) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5F and 77. RGB value is (3,95,119). Sum of RGB (Red+Green+Blue) = 3+95+119=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #035F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F77 is #FCA088. Grayscale: #464646. Windows color (decimal): -16556169 or 7823107. OLE color: 7823107.

HSL color Cylindrical-coordinate representation of color #035F77: hue angle of 192.41º 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 #035F77 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB395119-
CMYK0.970.2000.53
HSL192.41º95.08%23.92%-
HSV(B)192.41º97.48%46.67%-
XYZ7.469.5418.9-
YUV70.23155.5280.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=1.38%
G=43.78%
B=54.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3951190.970.2000.53192.4195.0823.92
Hex35F776114035c05f18
Octal31371671412406530013730
Binary1110111111110111110000110100011010111000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F77; }

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

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

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

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

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

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

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

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