Shades of Blue Lagoon #036067
Tints of Blue Lagoon #036067
RGB
CMYK
RGB Variations
Color information
#036067 (or 0x036067) is known color: Blue Lagoon. HEX triplet: 03, 60 and 67. RGB value is (3,96,103). Sum of RGB (Red+Green+Blue) = 3+96+103=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #036067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036067 is #FC9F98. Grayscale: #444444. Windows color (decimal): -16555929 or 6774787. OLE color: 6774787.
HSL color Cylindrical-coordinate representation of color #036067: hue angle of 184.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036067 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 96 | 103 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.60 |
| HSL | 184.2º | 0.94% | 0.21% | - |
| HSV(B) | 184.2º | 0.97% | 0.4% | - |
| XYZ | 6.67 | 9.36 | 14.29 | - |
| YUV | 68.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 103 | 0.97 | 0.07 | 0 | 0.60 | 184.2 | 0.94 | 0.21 |
| Hex | 3 | 60 | 67 | 61 | 7 | 0 | 3C | B8 | 5E | 15 |
| Octal | 3 | 140 | 147 | 141 | 7 | 0 | 74 | 270 | 136 | 25 |
| Binary | 11 | 1100000 | 1100111 | 1100001 | 111 | 0 | 111100 | 10111000 | 1011110 | 10101 |
Color Harmonies of #036067
Complementary color
Monochromatic Colors of #036067
Black with #036067
Text Example
Text Example
White with #036067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036067; }
p { color: rgb(3,96,103); }
H1.HeaderClassName
{
color: #036067;
}
.AnyTagClassName
{
color: #036067;
}
</style>
background-color css
<style>
a { background-color: #036067; }
a { background-color: rgb(3,96,103); }
div.DivClassName
{
background-color: #036067;
}
.BgClassName
{
background-color: #036067;
}
</style>
border-color css
<style>
span { border-color: #036067; }
span { border-color: rgb(3,96,103); }
td.TdClassName
{
border-color: #036067;
}
.TagClassName
{
border-color: #036067;
}
</style>