#035F73

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

Shades of Blue Lagoon #035F73

Tints of Blue Lagoon #035F73

Color information

#035F73 (or 0x035F73) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5F and 73. RGB value is (3,95,115). Sum of RGB (Red+Green+Blue) = 3+95+115=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #035F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F73 is #FCA08C. Grayscale: #454545. Windows color (decimal): -16556173 or 7560963. OLE color: 7560963.

HSL color Cylindrical-coordinate representation of color #035F73: hue angle of 190.71º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F73 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB395115-
CMYK0.970.1700.55
HSL190.71º94.92%23.14%-
HSV(B)190.71º97.39%45.1%-
XYZ7.229.4417.66-
YUV69.77153.5280.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=1.41%
G=44.60%
B=53.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3951150.970.1700.55190.7194.9223.14
Hex35F736111037bf5f17
Octal31371631412106727713727
Binary1110111111110011110000110001011011110111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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