#035F76

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

Shades of Blue Lagoon #035F76

Tints of Blue Lagoon #035F76

Color information

#035F76 (or 0x035F76) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5F and 76. RGB value is (3,95,118). Sum of RGB (Red+Green+Blue) = 3+95+118=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #035F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F76 is #FCA089. Grayscale: #454545. Windows color (decimal): -16556170 or 7757571. OLE color: 7757571.

HSL color Cylindrical-coordinate representation of color #035F76: hue angle of 192º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F76 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB395118-
CMYK0.970.1900.54
HSL192º95.04%23.73%-
HSV(B)192º97.46%46.27%-
XYZ7.49.5118.59-
YUV70.11155.0280.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=1.39%
G=43.98%
B=54.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3951180.970.1900.5419295.0423.73
Hex35F766113036c05f18
Octal31371661412306630013730
Binary1110111111110110110000110011011011011000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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