Shades of Dark Cerulean #03457B
Tints of Dark Cerulean #03457B
RGB
CMYK
RGB Variations
Color information
#03457B (or 0x03457B) is known color: Dark Cerulean. HEX triplet: 03, 45 and 7B. RGB value is (3,69,123). Sum of RGB (Red+Green+Blue) = 3+69+123=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #03457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03457B is #FCBA84. Grayscale: #373737. Windows color (decimal): -16562821 or 8078595. OLE color: 8078595.
HSL color Cylindrical-coordinate representation of color #03457B: hue angle of 207º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03457B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 69 | 123 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.52 |
| HSL | 207º | 0.95% | 0.25% | - |
| HSV(B) | 207º | 0.98% | 0.48% | - |
| XYZ | 5.74 | 5.71 | 19.54 | - |
| YUV | 55.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 123 | 0.98 | 0.44 | 0 | 0.52 | 207 | 0.95 | 0.25 |
| Hex | 3 | 45 | 7B | 62 | 2C | 0 | 34 | CF | 5F | 19 |
| Octal | 3 | 105 | 173 | 142 | 54 | 0 | 64 | 317 | 137 | 31 |
| Binary | 11 | 1000101 | 1111011 | 1100010 | 101100 | 0 | 110100 | 11001111 | 1011111 | 11001 |
Color Harmonies of #03457B
Complementary color
Monochromatic Colors of #03457B
Black with #03457B
Text Example
Text Example
White with #03457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03457B; }
p { color: rgb(3,69,123); }
H1.HeaderClassName
{
color: #03457B;
}
.AnyTagClassName
{
color: #03457B;
}
</style>
background-color css
<style>
a { background-color: #03457B; }
a { background-color: rgb(3,69,123); }
div.DivClassName
{
background-color: #03457B;
}
.BgClassName
{
background-color: #03457B;
}
</style>
border-color css
<style>
span { border-color: #03457B; }
span { border-color: rgb(3,69,123); }
td.TdClassName
{
border-color: #03457B;
}
.TagClassName
{
border-color: #03457B;
}
</style>