Shades of Resolution Blue #33407B
Tints of Resolution Blue #33407B
RGB
CMYK
RGB Variations
Color information
#33407B (or 0x33407B) is known color: Resolution Blue. HEX triplet: 33, 40 and 7B. RGB value is (51,64,123). Sum of RGB (Red+Green+Blue) = 51+64+123=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #33407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33407B is #CCBF84. Grayscale: #424242. Windows color (decimal): -13418373 or 8077363. OLE color: 8077363.
HSL color Cylindrical-coordinate representation of color #33407B: hue angle of 229.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 #33407B is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 64 | 123 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.52 |
| HSL | 229.17º | 0.41% | 0.34% | - |
| HSV(B) | 229.17º | 0.59% | 0.48% | - |
| XYZ | 6.77 | 5.8 | 19.5 | - |
| YUV | 66.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 123 | 0.59 | 0.48 | 0 | 0.52 | 229.17 | 0.41 | 0.34 |
| Hex | 33 | 40 | 7B | 3B | 30 | 0 | 34 | E5 | 29 | 22 |
| Octal | 63 | 100 | 173 | 73 | 60 | 0 | 64 | 345 | 51 | 42 |
| Binary | 110011 | 1000000 | 1111011 | 111011 | 110000 | 0 | 110100 | 11100101 | 101001 | 100010 |
Color Harmonies of #33407B
Complementary color
Monochromatic Colors of #33407B
Black with #33407B
Text Example
Text Example
White with #33407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33407B; }
p { color: rgb(51,64,123); }
H1.HeaderClassName
{
color: #33407B;
}
.AnyTagClassName
{
color: #33407B;
}
</style>
background-color css
<style>
a { background-color: #33407B; }
a { background-color: rgb(51,64,123); }
div.DivClassName
{
background-color: #33407B;
}
.BgClassName
{
background-color: #33407B;
}
</style>
border-color css
<style>
span { border-color: #33407B; }
span { border-color: rgb(51,64,123); }
td.TdClassName
{
border-color: #33407B;
}
.TagClassName
{
border-color: #33407B;
}
</style>