Shades of Dark Cerulean #033C83
Tints of Dark Cerulean #033C83
RGB
CMYK
RGB Variations
Color information
#033C83 (or 0x033C83) is known color: Dark Cerulean. HEX triplet: 03, 3C and 83. RGB value is (3,60,131). Sum of RGB (Red+Green+Blue) = 3+60+131=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #033C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C83 is #FCC37C. Grayscale: #323232. Windows color (decimal): -16565117 or 8600579. OLE color: 8600579.
HSL color Cylindrical-coordinate representation of color #033C83: hue angle of 213.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C83 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 60 | 131 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.49 |
| HSL | 213.28º | 0.96% | 0.26% | - |
| HSV(B) | 213.28º | 0.98% | 0.51% | - |
| XYZ | 5.75 | 4.89 | 22.11 | - |
| YUV | 51.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 131 | 0.98 | 0.54 | 0 | 0.49 | 213.28 | 0.96 | 0.26 |
| Hex | 3 | 3C | 83 | 62 | 36 | 0 | 31 | D5 | 60 | 1A |
| Octal | 3 | 74 | 203 | 142 | 66 | 0 | 61 | 325 | 140 | 32 |
| Binary | 11 | 111100 | 10000011 | 1100010 | 110110 | 0 | 110001 | 11010101 | 1100000 | 11010 |
Color Harmonies of #033C83
Complementary color
Monochromatic Colors of #033C83
Black with #033C83
Text Example
Text Example
White with #033C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C83; }
p { color: rgb(3,60,131); }
H1.HeaderClassName
{
color: #033C83;
}
.AnyTagClassName
{
color: #033C83;
}
</style>
background-color css
<style>
a { background-color: #033C83; }
a { background-color: rgb(3,60,131); }
div.DivClassName
{
background-color: #033C83;
}
.BgClassName
{
background-color: #033C83;
}
</style>
border-color css
<style>
span { border-color: #033C83; }
span { border-color: rgb(3,60,131); }
td.TdClassName
{
border-color: #033C83;
}
.TagClassName
{
border-color: #033C83;
}
</style>