Shades of Dark Cerulean #03468B
Tints of Dark Cerulean #03468B
RGB
CMYK
RGB Variations
Color information
#03468B (or 0x03468B) is known color: Dark Cerulean. HEX triplet: 03, 46 and 8B. RGB value is (3,70,139). Sum of RGB (Red+Green+Blue) = 3+70+139=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #03468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03468B is #FCB974. Grayscale: #393939. Windows color (decimal): -16562549 or 9127427. OLE color: 9127427.
HSL color Cylindrical-coordinate representation of color #03468B: hue angle of 210.44º 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 #03468B is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 70 | 139 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.45 |
| HSL | 210.44º | 0.96% | 0.28% | - |
| HSV(B) | 210.44º | 0.98% | 0.55% | - |
| XYZ | 6.89 | 6.26 | 25.27 | - |
| YUV | 57.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 139 | 0.98 | 0.50 | 0 | 0.45 | 210.44 | 0.96 | 0.28 |
| Hex | 3 | 46 | 8B | 62 | 32 | 0 | 2D | D2 | 60 | 1C |
| Octal | 3 | 106 | 213 | 142 | 62 | 0 | 55 | 322 | 140 | 34 |
| Binary | 11 | 1000110 | 10001011 | 1100010 | 110010 | 0 | 101101 | 11010010 | 1100000 | 11100 |
Color Harmonies of #03468B
Complementary color
Monochromatic Colors of #03468B
Black with #03468B
Text Example
Text Example
White with #03468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03468B; }
p { color: rgb(3,70,139); }
H1.HeaderClassName
{
color: #03468B;
}
.AnyTagClassName
{
color: #03468B;
}
</style>
background-color css
<style>
a { background-color: #03468B; }
a { background-color: rgb(3,70,139); }
div.DivClassName
{
background-color: #03468B;
}
.BgClassName
{
background-color: #03468B;
}
</style>
border-color css
<style>
span { border-color: #03468B; }
span { border-color: rgb(3,70,139); }
td.TdClassName
{
border-color: #03468B;
}
.TagClassName
{
border-color: #03468B;
}
</style>