Shades of Dark Cerulean #03387D
Tints of Dark Cerulean #03387D
RGB
CMYK
RGB Variations
Color information
#03387D (or 0x03387D) is known color: Dark Cerulean. HEX triplet: 03, 38 and 7D. RGB value is (3,56,125). Sum of RGB (Red+Green+Blue) = 3+56+125=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #03387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387D is #FCC782. Grayscale: #2F2F2F. Windows color (decimal): -16566147 or 8206339. OLE color: 8206339.
HSL color Cylindrical-coordinate representation of color #03387D: hue angle of 213.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03387D is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 56 | 125 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.51 |
| HSL | 213.93º | 0.95% | 0.25% | - |
| HSV(B) | 213.93º | 0.98% | 0.49% | - |
| XYZ | 5.15 | 4.33 | 19.97 | - |
| YUV | 48.02 | 171.44 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 125 | 0.98 | 0.55 | 0 | 0.51 | 213.93 | 0.95 | 0.25 |
| Hex | 3 | 38 | 7D | 62 | 37 | 0 | 33 | D6 | 5F | 19 |
| Octal | 3 | 70 | 175 | 142 | 67 | 0 | 63 | 326 | 137 | 31 |
| Binary | 11 | 111000 | 1111101 | 1100010 | 110111 | 0 | 110011 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03387D
Complementary color
Monochromatic Colors of #03387D
Black with #03387D
Text Example
Text Example
White with #03387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03387D; }
p { color: rgb(3,56,125); }
H1.HeaderClassName
{
color: #03387D;
}
.AnyTagClassName
{
color: #03387D;
}
</style>
background-color css
<style>
a { background-color: #03387D; }
a { background-color: rgb(3,56,125); }
div.DivClassName
{
background-color: #03387D;
}
.BgClassName
{
background-color: #03387D;
}
</style>
border-color css
<style>
span { border-color: #03387D; }
span { border-color: rgb(3,56,125); }
td.TdClassName
{
border-color: #03387D;
}
.TagClassName
{
border-color: #03387D;
}
</style>