#035A71

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

Shades of Blue Lagoon #035A71

Tints of Blue Lagoon #035A71

Color information

#035A71 (or 0x035A71) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 71. RGB value is (3,90,113). Sum of RGB (Red+Green+Blue) = 3+90+113=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #035A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A71 is #FCA58E. Grayscale: #424242. Windows color (decimal): -16557455 or 7428611. OLE color: 7428611.

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

Color convert

RGB390113-
CMYK0.970.2000.56
HSL192.55º94.83%22.75%-
HSV(B)192.55º97.35%44.31%-
XYZ6.678.5216.92-
YUV66.61154.1882.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=1.46%
G=43.69%
B=54.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3901130.970.2000.56192.5594.8322.75
Hex35A716114038c15f17
Octal31321611412407030113727
Binary1110110101110001110000110100011100011000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,113); }

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

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

 a { background-color: rgb(3,90,113); }

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

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

 span { border-color: rgb(3,90,113); }

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