Shades of Resolution Blue #333F74
Tints of Resolution Blue #333F74
RGB
CMYK
RGB Variations
Color information
#333F74 (or 0x333F74) is known color: Resolution Blue. HEX triplet: 33, 3F and 74. RGB value is (51,63,116). Sum of RGB (Red+Green+Blue) = 51+63+116=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #333F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F74 is #CCC08B. Grayscale: #414141. Windows color (decimal): -13418636 or 7618355. OLE color: 7618355.
HSL color Cylindrical-coordinate representation of color #333F74: hue angle of 228.92º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333F74 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 63 | 116 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.55 |
| HSL | 228.92º | 0.39% | 0.33% | - |
| HSV(B) | 228.92º | 0.56% | 0.45% | - |
| XYZ | 6.3 | 5.52 | 17.26 | - |
| YUV | 65.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 116 | 0.56 | 0.46 | 0 | 0.55 | 228.92 | 0.39 | 0.33 |
| Hex | 33 | 3F | 74 | 38 | 2E | 0 | 37 | E5 | 27 | 21 |
| Octal | 63 | 77 | 164 | 70 | 56 | 0 | 67 | 345 | 47 | 41 |
| Binary | 110011 | 111111 | 1110100 | 111000 | 101110 | 0 | 110111 | 11100101 | 100111 | 100001 |
Color Harmonies of #333F74
Complementary color
Monochromatic Colors of #333F74
Black with #333F74
Text Example
Text Example
White with #333F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F74; }
p { color: rgb(51,63,116); }
H1.HeaderClassName
{
color: #333F74;
}
.AnyTagClassName
{
color: #333F74;
}
</style>
background-color css
<style>
a { background-color: #333F74; }
a { background-color: rgb(51,63,116); }
div.DivClassName
{
background-color: #333F74;
}
.BgClassName
{
background-color: #333F74;
}
</style>
border-color css
<style>
span { border-color: #333F74; }
span { border-color: rgb(51,63,116); }
td.TdClassName
{
border-color: #333F74;
}
.TagClassName
{
border-color: #333F74;
}
</style>