#03566C

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

Shades of Blue Lagoon #03566C

Tints of Blue Lagoon #03566C

Color information

#03566C (or 0x03566C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 6C. RGB value is (3,86,108). Sum of RGB (Red+Green+Blue) = 3+86+108=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #03566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03566C is #FCA993. Grayscale: #3F3F3F. Windows color (decimal): -16558484 or 7099907. OLE color: 7099907.

HSL color Cylindrical-coordinate representation of color #03566C: hue angle of 192.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03566C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB386108-
CMYK0.970.2000.58
HSL192.57º94.59%21.76%-
HSV(B)192.57º97.22%42.35%-
XYZ6.077.7615.36-
YUV63.6915384.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=1.52%
G=43.65%
B=54.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3861080.970.2000.58192.5794.5921.76
Hex3566C611403Ac15f16
Octal31261541412407230113726
Binary1110101101101100110000110100011101011000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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