#03576F

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

Shades of Blue Lagoon #03576F

Tints of Blue Lagoon #03576F

Color information

#03576F (or 0x03576F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 57 and 6F. RGB value is (3,87,111). Sum of RGB (Red+Green+Blue) = 3+87+111=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #03576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03576F is #FCA890. Grayscale: #404040. Windows color (decimal): -16558225 or 7296771. OLE color: 7296771.

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

Color convert

RGB387111-
CMYK0.970.2200.56
HSL193.33º94.74%22.35%-
HSV(B)193.33º97.3%43.53%-
XYZ6.317.9816.25-
YUV64.62154.1784.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=1.49%
G=43.28%
B=55.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3871110.970.2200.56193.3394.7422.35
Hex3576F6116038c15f16
Octal31271571412607030113726
Binary1110101111101111110000110110011100011000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03576F; }

 p { color: rgb(3,87,111); }

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

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

 a { background-color: rgb(3,87,111); }

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

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

 span { border-color: rgb(3,87,111); }

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