Shades of Blue Lagoon #034C65
Tints of Blue Lagoon #034C65
RGB
CMYK
RGB Variations
Color information
#034C65 (or 0x034C65) is known color: Blue Lagoon. HEX triplet: 03, 4C and 65. RGB value is (3,76,101). Sum of RGB (Red+Green+Blue) = 3+76+101=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #034C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C65 is #FCB39A. Grayscale: #383838. Windows color (decimal): -16561051 or 6638595. OLE color: 6638595.
HSL color Cylindrical-coordinate representation of color #034C65: hue angle of 195.31º 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 #034C65 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 76 | 101 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.60 |
| HSL | 195.31º | 0.94% | 0.2% | - |
| HSV(B) | 195.31º | 0.97% | 0.4% | - |
| XYZ | 4.97 | 6.13 | 13.23 | - |
| YUV | 57.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 101 | 0.97 | 0.25 | 0 | 0.60 | 195.31 | 0.94 | 0.2 |
| Hex | 3 | 4C | 65 | 61 | 19 | 0 | 3C | C3 | 5E | 14 |
| Octal | 3 | 114 | 145 | 141 | 31 | 0 | 74 | 303 | 136 | 24 |
| Binary | 11 | 1001100 | 1100101 | 1100001 | 11001 | 0 | 111100 | 11000011 | 1011110 | 10100 |
Color Harmonies of #034C65
Complementary color
Monochromatic Colors of #034C65
Black with #034C65
Text Example
Text Example
White with #034C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C65; }
p { color: rgb(3,76,101); }
H1.HeaderClassName
{
color: #034C65;
}
.AnyTagClassName
{
color: #034C65;
}
</style>
background-color css
<style>
a { background-color: #034C65; }
a { background-color: rgb(3,76,101); }
div.DivClassName
{
background-color: #034C65;
}
.BgClassName
{
background-color: #034C65;
}
</style>
border-color css
<style>
span { border-color: #034C65; }
span { border-color: rgb(3,76,101); }
td.TdClassName
{
border-color: #034C65;
}
.TagClassName
{
border-color: #034C65;
}
</style>