Shades of Dark Cerulean #033D85
Tints of Dark Cerulean #033D85
RGB
CMYK
RGB Variations
Color information
#033D85 (or 0x033D85) is known color: Dark Cerulean. HEX triplet: 03, 3D and 85. RGB value is (3,61,133). Sum of RGB (Red+Green+Blue) = 3+61+133=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #033D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033D85 is #FCC27A. Grayscale: #333333. Windows color (decimal): -16564859 or 8731907. OLE color: 8731907.
HSL color Cylindrical-coordinate representation of color #033D85: hue angle of 213.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033D85 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 61 | 133 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.48 |
| HSL | 213.23º | 0.96% | 0.27% | - |
| HSV(B) | 213.23º | 0.98% | 0.52% | - |
| XYZ | 5.94 | 5.05 | 22.85 | - |
| YUV | 51.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 133 | 0.98 | 0.54 | 0 | 0.48 | 213.23 | 0.96 | 0.27 |
| Hex | 3 | 3D | 85 | 62 | 36 | 0 | 30 | D5 | 60 | 1B |
| Octal | 3 | 75 | 205 | 142 | 66 | 0 | 60 | 325 | 140 | 33 |
| Binary | 11 | 111101 | 10000101 | 1100010 | 110110 | 0 | 110000 | 11010101 | 1100000 | 11011 |
Color Harmonies of #033D85
Complementary color
Monochromatic Colors of #033D85
Black with #033D85
Text Example
Text Example
White with #033D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D85; }
p { color: rgb(3,61,133); }
H1.HeaderClassName
{
color: #033D85;
}
.AnyTagClassName
{
color: #033D85;
}
</style>
background-color css
<style>
a { background-color: #033D85; }
a { background-color: rgb(3,61,133); }
div.DivClassName
{
background-color: #033D85;
}
.BgClassName
{
background-color: #033D85;
}
</style>
border-color css
<style>
span { border-color: #033D85; }
span { border-color: rgb(3,61,133); }
td.TdClassName
{
border-color: #033D85;
}
.TagClassName
{
border-color: #033D85;
}
</style>