Shades of Dark Cerulean #034C8D
Tints of Dark Cerulean #034C8D
RGB
CMYK
RGB Variations
Color information
#034C8D (or 0x034C8D) is known color: Dark Cerulean. HEX triplet: 03, 4C and 8D. RGB value is (3,76,141). Sum of RGB (Red+Green+Blue) = 3+76+141=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #034C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C8D is #FCB372. Grayscale: #3D3D3D. Windows color (decimal): -16561011 or 9260035. OLE color: 9260035.
HSL color Cylindrical-coordinate representation of color #034C8D: hue angle of 208.26º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034C8D is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 76 | 141 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.45 |
| HSL | 208.26º | 0.96% | 0.28% | - |
| HSV(B) | 208.26º | 0.98% | 0.55% | - |
| XYZ | 7.43 | 7.11 | 26.18 | - |
| YUV | 61.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 141 | 0.98 | 0.46 | 0 | 0.45 | 208.26 | 0.96 | 0.28 |
| Hex | 3 | 4C | 8D | 62 | 2E | 0 | 2D | D0 | 60 | 1C |
| Octal | 3 | 114 | 215 | 142 | 56 | 0 | 55 | 320 | 140 | 34 |
| Binary | 11 | 1001100 | 10001101 | 1100010 | 101110 | 0 | 101101 | 11010000 | 1100000 | 11100 |
Color Harmonies of #034C8D
Complementary color
Monochromatic Colors of #034C8D
Black with #034C8D
Text Example
Text Example
White with #034C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C8D; }
p { color: rgb(3,76,141); }
H1.HeaderClassName
{
color: #034C8D;
}
.AnyTagClassName
{
color: #034C8D;
}
</style>
background-color css
<style>
a { background-color: #034C8D; }
a { background-color: rgb(3,76,141); }
div.DivClassName
{
background-color: #034C8D;
}
.BgClassName
{
background-color: #034C8D;
}
</style>
border-color css
<style>
span { border-color: #034C8D; }
span { border-color: rgb(3,76,141); }
td.TdClassName
{
border-color: #034C8D;
}
.TagClassName
{
border-color: #034C8D;
}
</style>