Shades of Dark Cerulean #034C8A
Tints of Dark Cerulean #034C8A
RGB
CMYK
RGB Variations
Color information
#034C8A (or 0x034C8A) is known color: Dark Cerulean. HEX triplet: 03, 4C and 8A. RGB value is (3,76,138). Sum of RGB (Red+Green+Blue) = 3+76+138=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #034C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C8A is #FCB375. Grayscale: #3C3C3C. Windows color (decimal): -16561014 or 9063427. OLE color: 9063427.
HSL color Cylindrical-coordinate representation of color #034C8A: hue angle of 207.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034C8A is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 76 | 138 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.46 |
| HSL | 207.56º | 0.96% | 0.28% | - |
| HSV(B) | 207.56º | 0.98% | 0.54% | - |
| XYZ | 7.21 | 7.02 | 25.02 | - |
| YUV | 61.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 138 | 0.98 | 0.45 | 0 | 0.46 | 207.56 | 0.96 | 0.28 |
| Hex | 3 | 4C | 8A | 62 | 2D | 0 | 2E | D0 | 60 | 1C |
| Octal | 3 | 114 | 212 | 142 | 55 | 0 | 56 | 320 | 140 | 34 |
| Binary | 11 | 1001100 | 10001010 | 1100010 | 101101 | 0 | 101110 | 11010000 | 1100000 | 11100 |
Color Harmonies of #034C8A
Complementary color
Monochromatic Colors of #034C8A
Black with #034C8A
Text Example
Text Example
White with #034C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C8A; }
p { color: rgb(3,76,138); }
H1.HeaderClassName
{
color: #034C8A;
}
.AnyTagClassName
{
color: #034C8A;
}
</style>
background-color css
<style>
a { background-color: #034C8A; }
a { background-color: rgb(3,76,138); }
div.DivClassName
{
background-color: #034C8A;
}
.BgClassName
{
background-color: #034C8A;
}
</style>
border-color css
<style>
span { border-color: #034C8A; }
span { border-color: rgb(3,76,138); }
td.TdClassName
{
border-color: #034C8A;
}
.TagClassName
{
border-color: #034C8A;
}
</style>