Shades of Smalt #033285
Tints of Smalt #033285
RGB
CMYK
RGB Variations
Color information
#033285 (or 0x033285) is known color: Smalt. HEX triplet: 03, 32 and 85. RGB value is (3,50,133). Sum of RGB (Red+Green+Blue) = 3+50+133=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #033285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033285 is #FCCD7A. Grayscale: #2D2D2D. Windows color (decimal): -16567675 or 8729091. OLE color: 8729091.
HSL color Cylindrical-coordinate representation of color #033285: hue angle of 218.31º 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 #033285 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 50 | 133 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.48 |
| HSL | 218.31º | 0.96% | 0.27% | - |
| HSV(B) | 218.31º | 0.98% | 0.52% | - |
| XYZ | 5.41 | 3.99 | 22.68 | - |
| YUV | 45.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 133 | 0.98 | 0.62 | 0 | 0.48 | 218.31 | 0.96 | 0.27 |
| Hex | 3 | 32 | 85 | 62 | 3E | 0 | 30 | DA | 60 | 1B |
| Octal | 3 | 62 | 205 | 142 | 76 | 0 | 60 | 332 | 140 | 33 |
| Binary | 11 | 110010 | 10000101 | 1100010 | 111110 | 0 | 110000 | 11011010 | 1100000 | 11011 |
Color Harmonies of #033285
Complementary color
Monochromatic Colors of #033285
Black with #033285
Text Example
Text Example
White with #033285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033285; }
p { color: rgb(3,50,133); }
H1.HeaderClassName
{
color: #033285;
}
.AnyTagClassName
{
color: #033285;
}
</style>
background-color css
<style>
a { background-color: #033285; }
a { background-color: rgb(3,50,133); }
div.DivClassName
{
background-color: #033285;
}
.BgClassName
{
background-color: #033285;
}
</style>
border-color css
<style>
span { border-color: #033285; }
span { border-color: rgb(3,50,133); }
td.TdClassName
{
border-color: #033285;
}
.TagClassName
{
border-color: #033285;
}
</style>