Shades of Dark Cerulean #03417B
Tints of Dark Cerulean #03417B
RGB
CMYK
RGB Variations
Color information
#03417B (or 0x03417B) is known color: Dark Cerulean. HEX triplet: 03, 41 and 7B. RGB value is (3,65,123). Sum of RGB (Red+Green+Blue) = 3+65+123=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #03417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03417B is #FCBE84. Grayscale: #343434. Windows color (decimal): -16563845 or 8077571. OLE color: 8077571.
HSL color Cylindrical-coordinate representation of color #03417B: hue angle of 209º 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 #03417B is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 65 | 123 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.52 |
| HSL | 209º | 0.95% | 0.25% | - |
| HSV(B) | 209º | 0.98% | 0.48% | - |
| XYZ | 5.5 | 5.23 | 19.46 | - |
| YUV | 53.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 123 | 0.98 | 0.47 | 0 | 0.52 | 209 | 0.95 | 0.25 |
| Hex | 3 | 41 | 7B | 62 | 2F | 0 | 34 | D1 | 5F | 19 |
| Octal | 3 | 101 | 173 | 142 | 57 | 0 | 64 | 321 | 137 | 31 |
| Binary | 11 | 1000001 | 1111011 | 1100010 | 101111 | 0 | 110100 | 11010001 | 1011111 | 11001 |
Color Harmonies of #03417B
Complementary color
Monochromatic Colors of #03417B
Black with #03417B
Text Example
Text Example
White with #03417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03417B; }
p { color: rgb(3,65,123); }
H1.HeaderClassName
{
color: #03417B;
}
.AnyTagClassName
{
color: #03417B;
}
</style>
background-color css
<style>
a { background-color: #03417B; }
a { background-color: rgb(3,65,123); }
div.DivClassName
{
background-color: #03417B;
}
.BgClassName
{
background-color: #03417B;
}
</style>
border-color css
<style>
span { border-color: #03417B; }
span { border-color: rgb(3,65,123); }
td.TdClassName
{
border-color: #03417B;
}
.TagClassName
{
border-color: #03417B;
}
</style>