Shades of Dark Cerulean #04347A
Tints of Dark Cerulean #04347A
RGB
CMYK
RGB Variations
Color information
#04347A (or 0x04347A) is known color: Dark Cerulean. HEX triplet: 04, 34 and 7A. RGB value is (4,52,122). Sum of RGB (Red+Green+Blue) = 4+52+122=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #04347A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04347A is #FBCB85. Grayscale: #2D2D2D. Windows color (decimal): -16501638 or 8008708. OLE color: 8008708.
HSL color Cylindrical-coordinate representation of color #04347A: hue angle of 215.59º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04347A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 52 | 122 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.52 |
| HSL | 215.59º | 0.94% | 0.25% | - |
| HSV(B) | 215.59º | 0.97% | 0.48% | - |
| XYZ | 4.79 | 3.89 | 18.91 | - |
| YUV | 45.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 122 | 0.97 | 0.57 | 0 | 0.52 | 215.59 | 0.94 | 0.25 |
| Hex | 4 | 34 | 7A | 61 | 39 | 0 | 34 | D8 | 5E | 19 |
| Octal | 4 | 64 | 172 | 141 | 71 | 0 | 64 | 330 | 136 | 31 |
| Binary | 100 | 110100 | 1111010 | 1100001 | 111001 | 0 | 110100 | 11011000 | 1011110 | 11001 |
Color Harmonies of #04347A
Complementary color
Monochromatic Colors of #04347A
Black with #04347A
Text Example
Text Example
White with #04347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04347A; }
p { color: rgb(4,52,122); }
H1.HeaderClassName
{
color: #04347A;
}
.AnyTagClassName
{
color: #04347A;
}
</style>
background-color css
<style>
a { background-color: #04347A; }
a { background-color: rgb(4,52,122); }
div.DivClassName
{
background-color: #04347A;
}
.BgClassName
{
background-color: #04347A;
}
</style>
border-color css
<style>
span { border-color: #04347A; }
span { border-color: rgb(4,52,122); }
td.TdClassName
{
border-color: #04347A;
}
.TagClassName
{
border-color: #04347A;
}
</style>