Shades of Resolution Blue #33406D
Tints of Resolution Blue #33406D
RGB
CMYK
RGB Variations
Color information
#33406D (or 0x33406D) is known color: Resolution Blue. HEX triplet: 33, 40 and 6D. RGB value is (51,64,109). Sum of RGB (Red+Green+Blue) = 51+64+109=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #33406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33406D is #CCBF92. Grayscale: #414141. Windows color (decimal): -13418387 or 7159859. OLE color: 7159859.
HSL color Cylindrical-coordinate representation of color #33406D: hue angle of 226.55º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33406D is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 64 | 109 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.57 |
| HSL | 226.55º | 0.36% | 0.31% | - |
| HSV(B) | 226.55º | 0.53% | 0.43% | - |
| XYZ | 5.96 | 5.47 | 15.21 | - |
| YUV | 65.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 109 | 0.53 | 0.41 | 0 | 0.57 | 226.55 | 0.36 | 0.31 |
| Hex | 33 | 40 | 6D | 35 | 29 | 0 | 39 | E3 | 24 | 1F |
| Octal | 63 | 100 | 155 | 65 | 51 | 0 | 71 | 343 | 44 | 37 |
| Binary | 110011 | 1000000 | 1101101 | 110101 | 101001 | 0 | 111001 | 11100011 | 100100 | 11111 |
Color Harmonies of #33406D
Complementary color
Monochromatic Colors of #33406D
Black with #33406D
Text Example
Text Example
White with #33406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33406D; }
p { color: rgb(51,64,109); }
H1.HeaderClassName
{
color: #33406D;
}
.AnyTagClassName
{
color: #33406D;
}
</style>
background-color css
<style>
a { background-color: #33406D; }
a { background-color: rgb(51,64,109); }
div.DivClassName
{
background-color: #33406D;
}
.BgClassName
{
background-color: #33406D;
}
</style>
border-color css
<style>
span { border-color: #33406D; }
span { border-color: rgb(51,64,109); }
td.TdClassName
{
border-color: #33406D;
}
.TagClassName
{
border-color: #33406D;
}
</style>