Shades of Dark Cerulean #04357B
Tints of Dark Cerulean #04357B
RGB
CMYK
RGB Variations
Color information
#04357B (or 0x04357B) is known color: Dark Cerulean. HEX triplet: 04, 35 and 7B. RGB value is (4,53,123). Sum of RGB (Red+Green+Blue) = 4+53+123=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #04357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04357B is #FBCA84. Grayscale: #2E2E2E. Windows color (decimal): -16501381 or 8074500. OLE color: 8074500.
HSL color Cylindrical-coordinate representation of color #04357B: hue angle of 215.29º 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 #04357B is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 53 | 123 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.52 |
| HSL | 215.29º | 0.94% | 0.25% | - |
| HSV(B) | 215.29º | 0.97% | 0.48% | - |
| XYZ | 4.9 | 4 | 19.25 | - |
| YUV | 46.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 123 | 0.97 | 0.57 | 0 | 0.52 | 215.29 | 0.94 | 0.25 |
| Hex | 4 | 35 | 7B | 61 | 39 | 0 | 34 | D7 | 5E | 19 |
| Octal | 4 | 65 | 173 | 141 | 71 | 0 | 64 | 327 | 136 | 31 |
| Binary | 100 | 110101 | 1111011 | 1100001 | 111001 | 0 | 110100 | 11010111 | 1011110 | 11001 |
Color Harmonies of #04357B
Complementary color
Monochromatic Colors of #04357B
Black with #04357B
Text Example
Text Example
White with #04357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04357B; }
p { color: rgb(4,53,123); }
H1.HeaderClassName
{
color: #04357B;
}
.AnyTagClassName
{
color: #04357B;
}
</style>
background-color css
<style>
a { background-color: #04357B; }
a { background-color: rgb(4,53,123); }
div.DivClassName
{
background-color: #04357B;
}
.BgClassName
{
background-color: #04357B;
}
</style>
border-color css
<style>
span { border-color: #04357B; }
span { border-color: rgb(4,53,123); }
td.TdClassName
{
border-color: #04357B;
}
.TagClassName
{
border-color: #04357B;
}
</style>