Shades of Resolution Blue #333F72
Tints of Resolution Blue #333F72
RGB
CMYK
RGB Variations
Color information
#333F72 (or 0x333F72) is known color: Resolution Blue. HEX triplet: 33, 3F and 72. RGB value is (51,63,114). Sum of RGB (Red+Green+Blue) = 51+63+114=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #333F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F72 is #CCC08D. Grayscale: #414141. Windows color (decimal): -13418638 or 7487283. OLE color: 7487283.
HSL color Cylindrical-coordinate representation of color #333F72: hue angle of 228.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333F72 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 63 | 114 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.55 |
| HSL | 228.57º | 0.38% | 0.32% | - |
| HSV(B) | 228.57º | 0.55% | 0.45% | - |
| XYZ | 6.18 | 5.47 | 16.65 | - |
| YUV | 65.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 114 | 0.55 | 0.45 | 0 | 0.55 | 228.57 | 0.38 | 0.32 |
| Hex | 33 | 3F | 72 | 37 | 2D | 0 | 37 | E5 | 26 | 20 |
| Octal | 63 | 77 | 162 | 67 | 55 | 0 | 67 | 345 | 46 | 40 |
| Binary | 110011 | 111111 | 1110010 | 110111 | 101101 | 0 | 110111 | 11100101 | 100110 | 100000 |
Color Harmonies of #333F72
Complementary color
Monochromatic Colors of #333F72
Black with #333F72
Text Example
Text Example
White with #333F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F72; }
p { color: rgb(51,63,114); }
H1.HeaderClassName
{
color: #333F72;
}
.AnyTagClassName
{
color: #333F72;
}
</style>
background-color css
<style>
a { background-color: #333F72; }
a { background-color: rgb(51,63,114); }
div.DivClassName
{
background-color: #333F72;
}
.BgClassName
{
background-color: #333F72;
}
</style>
border-color css
<style>
span { border-color: #333F72; }
span { border-color: rgb(51,63,114); }
td.TdClassName
{
border-color: #333F72;
}
.TagClassName
{
border-color: #333F72;
}
</style>