Shades of Resolution Blue #333F70
Tints of Resolution Blue #333F70
RGB
CMYK
RGB Variations
Color information
#333F70 (or 0x333F70) is known color: Resolution Blue. HEX triplet: 33, 3F and 70. RGB value is (51,63,112). Sum of RGB (Red+Green+Blue) = 51+63+112=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #333F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F70 is #CCC08F. Grayscale: #404040. Windows color (decimal): -13418640 or 7356211. OLE color: 7356211.
HSL color Cylindrical-coordinate representation of color #333F70: hue angle of 228.2º 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 #333F70 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 63 | 112 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.56 |
| HSL | 228.2º | 0.37% | 0.32% | - |
| HSV(B) | 228.2º | 0.54% | 0.44% | - |
| XYZ | 6.07 | 5.43 | 16.06 | - |
| YUV | 65 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 112 | 0.54 | 0.44 | 0 | 0.56 | 228.2 | 0.37 | 0.32 |
| Hex | 33 | 3F | 70 | 36 | 2C | 0 | 38 | E4 | 25 | 20 |
| Octal | 63 | 77 | 160 | 66 | 54 | 0 | 70 | 344 | 45 | 40 |
| Binary | 110011 | 111111 | 1110000 | 110110 | 101100 | 0 | 111000 | 11100100 | 100101 | 100000 |
Color Harmonies of #333F70
Complementary color
Monochromatic Colors of #333F70
Black with #333F70
Text Example
Text Example
White with #333F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F70; }
p { color: rgb(51,63,112); }
H1.HeaderClassName
{
color: #333F70;
}
.AnyTagClassName
{
color: #333F70;
}
</style>
background-color css
<style>
a { background-color: #333F70; }
a { background-color: rgb(51,63,112); }
div.DivClassName
{
background-color: #333F70;
}
.BgClassName
{
background-color: #333F70;
}
</style>
border-color css
<style>
span { border-color: #333F70; }
span { border-color: rgb(51,63,112); }
td.TdClassName
{
border-color: #333F70;
}
.TagClassName
{
border-color: #333F70;
}
</style>