Shades of Blue Lagoon #03566C
Tints of Blue Lagoon #03566C
RGB
CMYK
RGB Variations
Color information
#03566C (or 0x03566C) is known color: 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
| RGB | 3 | 86 | 108 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.58 |
| HSL | 192.57º | 0.95% | 0.22% | - |
| HSV(B) | 192.57º | 0.97% | 0.42% | - |
| XYZ | 6.07 | 7.76 | 15.36 | - |
| YUV | 63.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 108 | 0.97 | 0.20 | 0 | 0.58 | 192.57 | 0.95 | 0.22 |
| Hex | 3 | 56 | 6C | 61 | 14 | 0 | 3A | C1 | 5F | 16 |
| Octal | 3 | 126 | 154 | 141 | 24 | 0 | 72 | 301 | 137 | 26 |
| Binary | 11 | 1010110 | 1101100 | 1100001 | 10100 | 0 | 111010 | 11000001 | 1011111 | 10110 |
Color Harmonies of #03566C
Complementary color
Monochromatic Colors of #03566C
Black with #03566C
Text Example
Text Example
White with #03566C
Text Example
Text Example
HTML Codes & Css Web 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>