Shades of Dark Cerulean #03438C
Tints of Dark Cerulean #03438C
RGB
CMYK
RGB Variations
Color information
#03438C (or 0x03438C) is known color: Dark Cerulean. HEX triplet: 03, 43 and 8C. RGB value is (3,67,140). Sum of RGB (Red+Green+Blue) = 3+67+140=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #03438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03438C is #FCBC73. Grayscale: #373737. Windows color (decimal): -16563316 or 9192195. OLE color: 9192195.
HSL color Cylindrical-coordinate representation of color #03438C: hue angle of 211.97º 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 #03438C is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 67 | 140 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.45 |
| HSL | 211.97º | 0.96% | 0.28% | - |
| HSV(B) | 211.97º | 0.98% | 0.55% | - |
| XYZ | 6.78 | 5.93 | 25.6 | - |
| YUV | 56.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 140 | 0.98 | 0.52 | 0 | 0.45 | 211.97 | 0.96 | 0.28 |
| Hex | 3 | 43 | 8C | 62 | 34 | 0 | 2D | D4 | 60 | 1C |
| Octal | 3 | 103 | 214 | 142 | 64 | 0 | 55 | 324 | 140 | 34 |
| Binary | 11 | 1000011 | 10001100 | 1100010 | 110100 | 0 | 101101 | 11010100 | 1100000 | 11100 |
Color Harmonies of #03438C
Complementary color
Monochromatic Colors of #03438C
Black with #03438C
Text Example
Text Example
White with #03438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03438C; }
p { color: rgb(3,67,140); }
H1.HeaderClassName
{
color: #03438C;
}
.AnyTagClassName
{
color: #03438C;
}
</style>
background-color css
<style>
a { background-color: #03438C; }
a { background-color: rgb(3,67,140); }
div.DivClassName
{
background-color: #03438C;
}
.BgClassName
{
background-color: #03438C;
}
</style>
border-color css
<style>
span { border-color: #03438C; }
span { border-color: rgb(3,67,140); }
td.TdClassName
{
border-color: #03438C;
}
.TagClassName
{
border-color: #03438C;
}
</style>