#035971

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

Shades of Blue Lagoon #035971

Tints of Blue Lagoon #035971

Color information

#035971 (or 0x035971) is unknown color: approx Blue Lagoon. HEX triplet: 03, 59 and 71. RGB value is (3,89,113). Sum of RGB (Red+Green+Blue) = 3+89+113=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #035971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035971 is #FCA68E. Grayscale: #414141. Windows color (decimal): -16557711 or 7428355. OLE color: 7428355.

HSL color Cylindrical-coordinate representation of color #035971: hue angle of 193.09º 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 #035971 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB389113-
CMYK0.970.2100.56
HSL193.09º94.83%22.75%-
HSV(B)193.09º97.35%44.31%-
XYZ6.598.3616.89-
YUV66.02154.5183.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=1.46%
G=43.41%
B=55.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3891130.970.2100.56193.0994.8322.75
Hex359716115038c15f17
Octal31311611412507030113727
Binary1110110011110001110000110101011100011000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035971; }

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

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

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

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

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

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

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

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