Shades of Resolution Blue #333F71
Tints of Resolution Blue #333F71
RGB
CMYK
RGB Variations
Color information
#333F71 (or 0x333F71) is known color: Resolution Blue. HEX triplet: 33, 3F and 71. RGB value is (51,63,113). Sum of RGB (Red+Green+Blue) = 51+63+113=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #333F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F71 is #CCC08E. Grayscale: #404040. Windows color (decimal): -13418639 or 7421747. OLE color: 7421747.
HSL color Cylindrical-coordinate representation of color #333F71: hue angle of 228.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333F71 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 63 | 113 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.56 |
| HSL | 228.39º | 0.38% | 0.32% | - |
| HSV(B) | 228.39º | 0.55% | 0.44% | - |
| XYZ | 6.12 | 5.45 | 16.35 | - |
| YUV | 65.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 113 | 0.55 | 0.44 | 0 | 0.56 | 228.39 | 0.38 | 0.32 |
| Hex | 33 | 3F | 71 | 37 | 2C | 0 | 38 | E4 | 26 | 20 |
| Octal | 63 | 77 | 161 | 67 | 54 | 0 | 70 | 344 | 46 | 40 |
| Binary | 110011 | 111111 | 1110001 | 110111 | 101100 | 0 | 111000 | 11100100 | 100110 | 100000 |
Color Harmonies of #333F71
Complementary color
Monochromatic Colors of #333F71
Black with #333F71
Text Example
Text Example
White with #333F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F71; }
p { color: rgb(51,63,113); }
H1.HeaderClassName
{
color: #333F71;
}
.AnyTagClassName
{
color: #333F71;
}
</style>
background-color css
<style>
a { background-color: #333F71; }
a { background-color: rgb(51,63,113); }
div.DivClassName
{
background-color: #333F71;
}
.BgClassName
{
background-color: #333F71;
}
</style>
border-color css
<style>
span { border-color: #333F71; }
span { border-color: rgb(51,63,113); }
td.TdClassName
{
border-color: #333F71;
}
.TagClassName
{
border-color: #333F71;
}
</style>