Shades of Dark Cerulean #033A83
Tints of Dark Cerulean #033A83
RGB
CMYK
RGB Variations
Color information
#033A83 (or 0x033A83) is known color: Dark Cerulean. HEX triplet: 03, 3A and 83. RGB value is (3,58,131). Sum of RGB (Red+Green+Blue) = 3+58+131=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #033A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A83 is #FCC57C. Grayscale: #313131. Windows color (decimal): -16565629 or 8600067. OLE color: 8600067.
HSL color Cylindrical-coordinate representation of color #033A83: hue angle of 214.22º 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 #033A83 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 58 | 131 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.49 |
| HSL | 214.22º | 0.96% | 0.26% | - |
| HSV(B) | 214.22º | 0.98% | 0.51% | - |
| XYZ | 5.65 | 4.68 | 22.08 | - |
| YUV | 49.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 131 | 0.98 | 0.56 | 0 | 0.49 | 214.22 | 0.96 | 0.26 |
| Hex | 3 | 3A | 83 | 62 | 38 | 0 | 31 | D6 | 60 | 1A |
| Octal | 3 | 72 | 203 | 142 | 70 | 0 | 61 | 326 | 140 | 32 |
| Binary | 11 | 111010 | 10000011 | 1100010 | 111000 | 0 | 110001 | 11010110 | 1100000 | 11010 |
Color Harmonies of #033A83
Complementary color
Monochromatic Colors of #033A83
Black with #033A83
Text Example
Text Example
White with #033A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A83; }
p { color: rgb(3,58,131); }
H1.HeaderClassName
{
color: #033A83;
}
.AnyTagClassName
{
color: #033A83;
}
</style>
background-color css
<style>
a { background-color: #033A83; }
a { background-color: rgb(3,58,131); }
div.DivClassName
{
background-color: #033A83;
}
.BgClassName
{
background-color: #033A83;
}
</style>
border-color css
<style>
span { border-color: #033A83; }
span { border-color: rgb(3,58,131); }
td.TdClassName
{
border-color: #033A83;
}
.TagClassName
{
border-color: #033A83;
}
</style>