Shades of Resolution Blue #333D70
Tints of Resolution Blue #333D70
RGB
CMYK
RGB Variations
Color information
#333D70 (or 0x333D70) is known color: Resolution Blue. HEX triplet: 33, 3D and 70. RGB value is (51,61,112). Sum of RGB (Red+Green+Blue) = 51+61+112=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #333D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D70 is #CCC28F. Grayscale: #3F3F3F. Windows color (decimal): -13419152 or 7355699. OLE color: 7355699.
HSL color Cylindrical-coordinate representation of color #333D70: hue angle of 230.16º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333D70 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 61 | 112 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.56 |
| HSL | 230.16º | 0.37% | 0.32% | - |
| HSV(B) | 230.16º | 0.54% | 0.44% | - |
| XYZ | 5.96 | 5.21 | 16.02 | - |
| YUV | 63.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 112 | 0.54 | 0.46 | 0 | 0.56 | 230.16 | 0.37 | 0.32 |
| Hex | 33 | 3D | 70 | 36 | 2E | 0 | 38 | E6 | 25 | 20 |
| Octal | 63 | 75 | 160 | 66 | 56 | 0 | 70 | 346 | 45 | 40 |
| Binary | 110011 | 111101 | 1110000 | 110110 | 101110 | 0 | 111000 | 11100110 | 100101 | 100000 |
Color Harmonies of #333D70
Complementary color
Monochromatic Colors of #333D70
Black with #333D70
Text Example
Text Example
White with #333D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D70; }
p { color: rgb(51,61,112); }
H1.HeaderClassName
{
color: #333D70;
}
.AnyTagClassName
{
color: #333D70;
}
</style>
background-color css
<style>
a { background-color: #333D70; }
a { background-color: rgb(51,61,112); }
div.DivClassName
{
background-color: #333D70;
}
.BgClassName
{
background-color: #333D70;
}
</style>
border-color css
<style>
span { border-color: #333D70; }
span { border-color: rgb(51,61,112); }
td.TdClassName
{
border-color: #333D70;
}
.TagClassName
{
border-color: #333D70;
}
</style>