Shades of Blue Lagoon #03647B
Tints of Blue Lagoon #03647B
RGB
CMYK
RGB Variations
Color information
#03647B (or 0x03647B) is known color: Blue Lagoon. HEX triplet: 03, 64 and 7B. RGB value is (3,100,123). Sum of RGB (Red+Green+Blue) = 3+100+123=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #03647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03647B is #FC9B84. Grayscale: #494949. Windows color (decimal): -16554885 or 8086531. OLE color: 8086531.
HSL color Cylindrical-coordinate representation of color #03647B: hue angle of 191.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03647B is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 100 | 123 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.52 |
| HSL | 191.5º | 0.95% | 0.25% | - |
| HSV(B) | 191.5º | 0.98% | 0.48% | - |
| XYZ | 8.17 | 10.56 | 20.35 | - |
| YUV | 73.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 123 | 0.98 | 0.19 | 0 | 0.52 | 191.5 | 0.95 | 0.25 |
| Hex | 3 | 64 | 7B | 62 | 13 | 0 | 34 | C0 | 5F | 19 |
| Octal | 3 | 144 | 173 | 142 | 23 | 0 | 64 | 300 | 137 | 31 |
| Binary | 11 | 1100100 | 1111011 | 1100010 | 10011 | 0 | 110100 | 11000000 | 1011111 | 11001 |
Color Harmonies of #03647B
Complementary color
Monochromatic Colors of #03647B
Black with #03647B
Text Example
Text Example
White with #03647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03647B; }
p { color: rgb(3,100,123); }
H1.HeaderClassName
{
color: #03647B;
}
.AnyTagClassName
{
color: #03647B;
}
</style>
background-color css
<style>
a { background-color: #03647B; }
a { background-color: rgb(3,100,123); }
div.DivClassName
{
background-color: #03647B;
}
.BgClassName
{
background-color: #03647B;
}
</style>
border-color css
<style>
span { border-color: #03647B; }
span { border-color: rgb(3,100,123); }
td.TdClassName
{
border-color: #03647B;
}
.TagClassName
{
border-color: #03647B;
}
</style>