#03566F

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

Shades of Blue Lagoon #03566F

Tints of Blue Lagoon #03566F

Color information

#03566F (or 0x03566F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 6F. RGB value is (3,86,111). Sum of RGB (Red+Green+Blue) = 3+86+111=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #03566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03566F is #FCA990. Grayscale: #3F3F3F. Windows color (decimal): -16558481 or 7296515. OLE color: 7296515.

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

Color convert

RGB386111-
CMYK0.970.2300.56
HSL193.89º94.74%22.35%-
HSV(B)193.89º97.3%43.53%-
XYZ6.237.8216.22-
YUV64.03154.584.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=1.5%
G=43%
B=55.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3861110.970.2300.56193.8994.7422.35
Hex3566F6117038c25f16
Octal31261571412707030213726
Binary1110101101101111110000110111011100011000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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