Shades of Blue Lagoon #034C68
Tints of Blue Lagoon #034C68
RGB
CMYK
RGB Variations
Color information
#034C68 (or 0x034C68) is known color: Blue Lagoon. HEX triplet: 03, 4C and 68. RGB value is (3,76,104). Sum of RGB (Red+Green+Blue) = 3+76+104=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #034C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C68 is #FCB397. Grayscale: #393939. Windows color (decimal): -16561048 or 6835203. OLE color: 6835203.
HSL color Cylindrical-coordinate representation of color #034C68: hue angle of 196.63º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C68 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 76 | 104 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.59 |
| HSL | 196.63º | 0.94% | 0.21% | - |
| HSV(B) | 196.63º | 0.97% | 0.41% | - |
| XYZ | 5.12 | 6.19 | 14.02 | - |
| YUV | 57.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 104 | 0.97 | 0.27 | 0 | 0.59 | 196.63 | 0.94 | 0.21 |
| Hex | 3 | 4C | 68 | 61 | 1B | 0 | 3B | C5 | 5E | 15 |
| Octal | 3 | 114 | 150 | 141 | 33 | 0 | 73 | 305 | 136 | 25 |
| Binary | 11 | 1001100 | 1101000 | 1100001 | 11011 | 0 | 111011 | 11000101 | 1011110 | 10101 |
Color Harmonies of #034C68
Complementary color
Monochromatic Colors of #034C68
Black with #034C68
Text Example
Text Example
White with #034C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C68; }
p { color: rgb(3,76,104); }
H1.HeaderClassName
{
color: #034C68;
}
.AnyTagClassName
{
color: #034C68;
}
</style>
background-color css
<style>
a { background-color: #034C68; }
a { background-color: rgb(3,76,104); }
div.DivClassName
{
background-color: #034C68;
}
.BgClassName
{
background-color: #034C68;
}
</style>
border-color css
<style>
span { border-color: #034C68; }
span { border-color: rgb(3,76,104); }
td.TdClassName
{
border-color: #034C68;
}
.TagClassName
{
border-color: #034C68;
}
</style>