Shades of Dark Cerulean #02347A
Tints of Dark Cerulean #02347A
RGB
CMYK
RGB Variations
Color information
#02347A (or 0x02347A) is known color: Dark Cerulean. HEX triplet: 02, 34 and 7A. RGB value is (2,52,122). Sum of RGB (Red+Green+Blue) = 2+52+122=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #02347A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02347A is #FDCB85. Grayscale: #2C2C2C. Windows color (decimal): -16632710 or 8008706. OLE color: 8008706.
HSL color Cylindrical-coordinate representation of color #02347A: hue angle of 215º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02347A is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 52 | 122 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.52 |
| HSL | 215º | 0.97% | 0.24% | - |
| HSV(B) | 215º | 0.98% | 0.48% | - |
| XYZ | 4.77 | 3.87 | 18.91 | - |
| YUV | 45.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 122 | 0.98 | 0.57 | 0 | 0.52 | 215 | 0.97 | 0.24 |
| Hex | 2 | 34 | 7A | 62 | 39 | 0 | 34 | D7 | 61 | 18 |
| Octal | 2 | 64 | 172 | 142 | 71 | 0 | 64 | 327 | 141 | 30 |
| Binary | 10 | 110100 | 1111010 | 1100010 | 111001 | 0 | 110100 | 11010111 | 1100001 | 11000 |
Color Harmonies of #02347A
Complementary color
Monochromatic Colors of #02347A
Black with #02347A
Text Example
Text Example
White with #02347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02347A; }
p { color: rgb(2,52,122); }
H1.HeaderClassName
{
color: #02347A;
}
.AnyTagClassName
{
color: #02347A;
}
</style>
background-color css
<style>
a { background-color: #02347A; }
a { background-color: rgb(2,52,122); }
div.DivClassName
{
background-color: #02347A;
}
.BgClassName
{
background-color: #02347A;
}
</style>
border-color css
<style>
span { border-color: #02347A; }
span { border-color: rgb(2,52,122); }
td.TdClassName
{
border-color: #02347A;
}
.TagClassName
{
border-color: #02347A;
}
</style>