Shades of Resolution Blue #333F76
Tints of Resolution Blue #333F76
RGB
CMYK
RGB Variations
Color information
#333F76 (or 0x333F76) is known color: Resolution Blue. HEX triplet: 33, 3F and 76. RGB value is (51,63,118). Sum of RGB (Red+Green+Blue) = 51+63+118=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #333F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F76 is #CCC089. Grayscale: #414141. Windows color (decimal): -13418634 or 7749427. OLE color: 7749427.
HSL color Cylindrical-coordinate representation of color #333F76: hue angle of 229.25º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333F76 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 63 | 118 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.54 |
| HSL | 229.25º | 0.4% | 0.33% | - |
| HSV(B) | 229.25º | 0.57% | 0.46% | - |
| XYZ | 6.41 | 5.57 | 17.88 | - |
| YUV | 65.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 118 | 0.57 | 0.47 | 0 | 0.54 | 229.25 | 0.4 | 0.33 |
| Hex | 33 | 3F | 76 | 39 | 2F | 0 | 36 | E5 | 28 | 21 |
| Octal | 63 | 77 | 166 | 71 | 57 | 0 | 66 | 345 | 50 | 41 |
| Binary | 110011 | 111111 | 1110110 | 111001 | 101111 | 0 | 110110 | 11100101 | 101000 | 100001 |
Color Harmonies of #333F76
Complementary color
Monochromatic Colors of #333F76
Black with #333F76
Text Example
Text Example
White with #333F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F76; }
p { color: rgb(51,63,118); }
H1.HeaderClassName
{
color: #333F76;
}
.AnyTagClassName
{
color: #333F76;
}
</style>
background-color css
<style>
a { background-color: #333F76; }
a { background-color: rgb(51,63,118); }
div.DivClassName
{
background-color: #333F76;
}
.BgClassName
{
background-color: #333F76;
}
</style>
border-color css
<style>
span { border-color: #333F76; }
span { border-color: rgb(51,63,118); }
td.TdClassName
{
border-color: #333F76;
}
.TagClassName
{
border-color: #333F76;
}
</style>