Shades of Dark Cerulean #03457C
Tints of Dark Cerulean #03457C
RGB
CMYK
RGB Variations
Color information
#03457C (or 0x03457C) is known color: Dark Cerulean. HEX triplet: 03, 45 and 7C. RGB value is (3,69,124). Sum of RGB (Red+Green+Blue) = 3+69+124=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #03457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03457C is #FCBA83. Grayscale: #373737. Windows color (decimal): -16562820 or 8144131. OLE color: 8144131.
HSL color Cylindrical-coordinate representation of color #03457C: hue angle of 207.27º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03457C is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 69 | 124 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.51 |
| HSL | 207.27º | 0.95% | 0.25% | - |
| HSV(B) | 207.27º | 0.98% | 0.49% | - |
| XYZ | 5.8 | 5.73 | 19.87 | - |
| YUV | 55.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 124 | 0.98 | 0.44 | 0 | 0.51 | 207.27 | 0.95 | 0.25 |
| Hex | 3 | 45 | 7C | 62 | 2C | 0 | 33 | CF | 5F | 19 |
| Octal | 3 | 105 | 174 | 142 | 54 | 0 | 63 | 317 | 137 | 31 |
| Binary | 11 | 1000101 | 1111100 | 1100010 | 101100 | 0 | 110011 | 11001111 | 1011111 | 11001 |
Color Harmonies of #03457C
Complementary color
Monochromatic Colors of #03457C
Black with #03457C
Text Example
Text Example
White with #03457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03457C; }
p { color: rgb(3,69,124); }
H1.HeaderClassName
{
color: #03457C;
}
.AnyTagClassName
{
color: #03457C;
}
</style>
background-color css
<style>
a { background-color: #03457C; }
a { background-color: rgb(3,69,124); }
div.DivClassName
{
background-color: #03457C;
}
.BgClassName
{
background-color: #03457C;
}
</style>
border-color css
<style>
span { border-color: #03457C; }
span { border-color: rgb(3,69,124); }
td.TdClassName
{
border-color: #03457C;
}
.TagClassName
{
border-color: #03457C;
}
</style>