Shades of Blue Lagoon #03647A
Tints of Blue Lagoon #03647A
RGB
CMYK
RGB Variations
Color information
#03647A (or 0x03647A) is known color: Blue Lagoon. HEX triplet: 03, 64 and 7A. RGB value is (3,100,122). Sum of RGB (Red+Green+Blue) = 3+100+122=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #03647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03647A is #FC9B85. Grayscale: #494949. Windows color (decimal): -16554886 or 8020995. OLE color: 8020995.
HSL color Cylindrical-coordinate representation of color #03647A: hue angle of 191.09º 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 #03647A is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 100 | 122 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.52 |
| HSL | 191.09º | 0.95% | 0.25% | - |
| HSV(B) | 191.09º | 0.98% | 0.48% | - |
| XYZ | 8.11 | 10.54 | 20.02 | - |
| YUV | 73.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 122 | 0.98 | 0.18 | 0 | 0.52 | 191.09 | 0.95 | 0.25 |
| Hex | 3 | 64 | 7A | 62 | 12 | 0 | 34 | BF | 5F | 19 |
| Octal | 3 | 144 | 172 | 142 | 22 | 0 | 64 | 277 | 137 | 31 |
| Binary | 11 | 1100100 | 1111010 | 1100010 | 10010 | 0 | 110100 | 10111111 | 1011111 | 11001 |
Color Harmonies of #03647A
Complementary color
Monochromatic Colors of #03647A
Black with #03647A
Text Example
Text Example
White with #03647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03647A; }
p { color: rgb(3,100,122); }
H1.HeaderClassName
{
color: #03647A;
}
.AnyTagClassName
{
color: #03647A;
}
</style>
background-color css
<style>
a { background-color: #03647A; }
a { background-color: rgb(3,100,122); }
div.DivClassName
{
background-color: #03647A;
}
.BgClassName
{
background-color: #03647A;
}
</style>
border-color css
<style>
span { border-color: #03647A; }
span { border-color: rgb(3,100,122); }
td.TdClassName
{
border-color: #03647A;
}
.TagClassName
{
border-color: #03647A;
}
</style>