Shades of Dark Cerulean #03387B
Tints of Dark Cerulean #03387B
RGB
CMYK
RGB Variations
Color information
#03387B (or 0x03387B) is known color: Dark Cerulean. HEX triplet: 03, 38 and 7B. RGB value is (3,56,123). Sum of RGB (Red+Green+Blue) = 3+56+123=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #03387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387B is #FCC784. Grayscale: #2F2F2F. Windows color (decimal): -16566149 or 8075267. OLE color: 8075267.
HSL color Cylindrical-coordinate representation of color #03387B: hue angle of 213.5º 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 #03387B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 56 | 123 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.52 |
| HSL | 213.5º | 0.95% | 0.25% | - |
| HSV(B) | 213.5º | 0.98% | 0.48% | - |
| XYZ | 5.03 | 4.28 | 19.3 | - |
| YUV | 47.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 123 | 0.98 | 0.54 | 0 | 0.52 | 213.5 | 0.95 | 0.25 |
| Hex | 3 | 38 | 7B | 62 | 36 | 0 | 34 | D6 | 5F | 19 |
| Octal | 3 | 70 | 173 | 142 | 66 | 0 | 64 | 326 | 137 | 31 |
| Binary | 11 | 111000 | 1111011 | 1100010 | 110110 | 0 | 110100 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03387B
Complementary color
Monochromatic Colors of #03387B
Black with #03387B
Text Example
Text Example
White with #03387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03387B; }
p { color: rgb(3,56,123); }
H1.HeaderClassName
{
color: #03387B;
}
.AnyTagClassName
{
color: #03387B;
}
</style>
background-color css
<style>
a { background-color: #03387B; }
a { background-color: rgb(3,56,123); }
div.DivClassName
{
background-color: #03387B;
}
.BgClassName
{
background-color: #03387B;
}
</style>
border-color css
<style>
span { border-color: #03387B; }
span { border-color: rgb(3,56,123); }
td.TdClassName
{
border-color: #03387B;
}
.TagClassName
{
border-color: #03387B;
}
</style>