Shades of Blue Lagoon #034D65
Tints of Blue Lagoon #034D65
RGB
CMYK
RGB Variations
Color information
#034D65 (or 0x034D65) is known color: Blue Lagoon. HEX triplet: 03, 4D and 65. RGB value is (3,77,101). Sum of RGB (Red+Green+Blue) = 3+77+101=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #034D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D65 is #FCB29A. Grayscale: #393939. Windows color (decimal): -16560795 or 6638851. OLE color: 6638851.
HSL color Cylindrical-coordinate representation of color #034D65: hue angle of 194.69º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034D65 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 77 | 101 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.60 |
| HSL | 194.69º | 0.94% | 0.2% | - |
| HSV(B) | 194.69º | 0.97% | 0.4% | - |
| XYZ | 5.04 | 6.27 | 13.26 | - |
| YUV | 57.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 101 | 0.97 | 0.24 | 0 | 0.60 | 194.69 | 0.94 | 0.2 |
| Hex | 3 | 4D | 65 | 61 | 18 | 0 | 3C | C3 | 5E | 14 |
| Octal | 3 | 115 | 145 | 141 | 30 | 0 | 74 | 303 | 136 | 24 |
| Binary | 11 | 1001101 | 1100101 | 1100001 | 11000 | 0 | 111100 | 11000011 | 1011110 | 10100 |
Color Harmonies of #034D65
Complementary color
Monochromatic Colors of #034D65
Black with #034D65
Text Example
Text Example
White with #034D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D65; }
p { color: rgb(3,77,101); }
H1.HeaderClassName
{
color: #034D65;
}
.AnyTagClassName
{
color: #034D65;
}
</style>
background-color css
<style>
a { background-color: #034D65; }
a { background-color: rgb(3,77,101); }
div.DivClassName
{
background-color: #034D65;
}
.BgClassName
{
background-color: #034D65;
}
</style>
border-color css
<style>
span { border-color: #034D65; }
span { border-color: rgb(3,77,101); }
td.TdClassName
{
border-color: #034D65;
}
.TagClassName
{
border-color: #034D65;
}
</style>