Shades of Dark Cerulean #03408B
Tints of Dark Cerulean #03408B
RGB
CMYK
RGB Variations
Color information
#03408B (or 0x03408B) is known color: Dark Cerulean. HEX triplet: 03, 40 and 8B. RGB value is (3,64,139). Sum of RGB (Red+Green+Blue) = 3+64+139=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #03408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03408B is #FCBF74. Grayscale: #353535. Windows color (decimal): -16564085 or 9125891. OLE color: 9125891.
HSL color Cylindrical-coordinate representation of color #03408B: hue angle of 213.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03408B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 64 | 139 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.45 |
| HSL | 213.09º | 0.96% | 0.28% | - |
| HSV(B) | 213.09º | 0.98% | 0.55% | - |
| XYZ | 6.53 | 5.55 | 25.15 | - |
| YUV | 54.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 139 | 0.98 | 0.54 | 0 | 0.45 | 213.09 | 0.96 | 0.28 |
| Hex | 3 | 40 | 8B | 62 | 36 | 0 | 2D | D5 | 60 | 1C |
| Octal | 3 | 100 | 213 | 142 | 66 | 0 | 55 | 325 | 140 | 34 |
| Binary | 11 | 1000000 | 10001011 | 1100010 | 110110 | 0 | 101101 | 11010101 | 1100000 | 11100 |
Color Harmonies of #03408B
Complementary color
Monochromatic Colors of #03408B
Black with #03408B
Text Example
Text Example
White with #03408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03408B; }
p { color: rgb(3,64,139); }
H1.HeaderClassName
{
color: #03408B;
}
.AnyTagClassName
{
color: #03408B;
}
</style>
background-color css
<style>
a { background-color: #03408B; }
a { background-color: rgb(3,64,139); }
div.DivClassName
{
background-color: #03408B;
}
.BgClassName
{
background-color: #03408B;
}
</style>
border-color css
<style>
span { border-color: #03408B; }
span { border-color: rgb(3,64,139); }
td.TdClassName
{
border-color: #03408B;
}
.TagClassName
{
border-color: #03408B;
}
</style>