Shades of Blue Lagoon #03656C
Tints of Blue Lagoon #03656C
RGB
CMYK
RGB Variations
Color information
#03656C (or 0x03656C) is known color: Blue Lagoon. HEX triplet: 03, 65 and 6C. RGB value is (3,101,108). Sum of RGB (Red+Green+Blue) = 3+101+108=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #03656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03656C is #FC9A93. Grayscale: #484848. Windows color (decimal): -16554644 or 7103747. OLE color: 7103747.
HSL color Cylindrical-coordinate representation of color #03656C: hue angle of 184º 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 #03656C is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 101 | 108 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.58 |
| HSL | 184º | 0.95% | 0.22% | - |
| HSV(B) | 184º | 0.97% | 0.42% | - |
| XYZ | 7.4 | 10.41 | 15.81 | - |
| YUV | 72.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 108 | 0.97 | 0.06 | 0 | 0.58 | 184 | 0.95 | 0.22 |
| Hex | 3 | 65 | 6C | 61 | 6 | 0 | 3A | B8 | 5F | 16 |
| Octal | 3 | 145 | 154 | 141 | 6 | 0 | 72 | 270 | 137 | 26 |
| Binary | 11 | 1100101 | 1101100 | 1100001 | 110 | 0 | 111010 | 10111000 | 1011111 | 10110 |
Color Harmonies of #03656C
Complementary color
Monochromatic Colors of #03656C
Black with #03656C
Text Example
Text Example
White with #03656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03656C; }
p { color: rgb(3,101,108); }
H1.HeaderClassName
{
color: #03656C;
}
.AnyTagClassName
{
color: #03656C;
}
</style>
background-color css
<style>
a { background-color: #03656C; }
a { background-color: rgb(3,101,108); }
div.DivClassName
{
background-color: #03656C;
}
.BgClassName
{
background-color: #03656C;
}
</style>
border-color css
<style>
span { border-color: #03656C; }
span { border-color: rgb(3,101,108); }
td.TdClassName
{
border-color: #03656C;
}
.TagClassName
{
border-color: #03656C;
}
</style>