Shades of Resolution Blue #33467B
Tints of Resolution Blue #33467B
RGB
CMYK
RGB Variations
Color information
#33467B (or 0x33467B) is known color: Resolution Blue. HEX triplet: 33, 46 and 7B. RGB value is (51,70,123). Sum of RGB (Red+Green+Blue) = 51+70+123=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #33467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33467B is #CCB984. Grayscale: #464646. Windows color (decimal): -13416837 or 8078899. OLE color: 8078899.
HSL color Cylindrical-coordinate representation of color #33467B: hue angle of 224.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33467B is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 70 | 123 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.52 |
| HSL | 224.17º | 0.41% | 0.34% | - |
| HSV(B) | 224.17º | 0.59% | 0.48% | - |
| XYZ | 7.13 | 6.51 | 19.62 | - |
| YUV | 70.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 123 | 0.59 | 0.43 | 0 | 0.52 | 224.17 | 0.41 | 0.34 |
| Hex | 33 | 46 | 7B | 3B | 2B | 0 | 34 | E0 | 29 | 22 |
| Octal | 63 | 106 | 173 | 73 | 53 | 0 | 64 | 340 | 51 | 42 |
| Binary | 110011 | 1000110 | 1111011 | 111011 | 101011 | 0 | 110100 | 11100000 | 101001 | 100010 |
Color Harmonies of #33467B
Complementary color
Monochromatic Colors of #33467B
Black with #33467B
Text Example
Text Example
White with #33467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33467B; }
p { color: rgb(51,70,123); }
H1.HeaderClassName
{
color: #33467B;
}
.AnyTagClassName
{
color: #33467B;
}
</style>
background-color css
<style>
a { background-color: #33467B; }
a { background-color: rgb(51,70,123); }
div.DivClassName
{
background-color: #33467B;
}
.BgClassName
{
background-color: #33467B;
}
</style>
border-color css
<style>
span { border-color: #33467B; }
span { border-color: rgb(51,70,123); }
td.TdClassName
{
border-color: #33467B;
}
.TagClassName
{
border-color: #33467B;
}
</style>