Shades of Resolution Blue #33406F
Tints of Resolution Blue #33406F
RGB
CMYK
RGB Variations
Color information
#33406F (or 0x33406F) is known color: Resolution Blue. HEX triplet: 33, 40 and 6F. RGB value is (51,64,111). Sum of RGB (Red+Green+Blue) = 51+64+111=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #33406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33406F is #CCBF90. Grayscale: #414141. Windows color (decimal): -13418385 or 7290931. OLE color: 7290931.
HSL color Cylindrical-coordinate representation of color #33406F: hue angle of 227º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33406F is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 64 | 111 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.56 |
| HSL | 227º | 0.37% | 0.32% | - |
| HSV(B) | 227º | 0.54% | 0.44% | - |
| XYZ | 6.07 | 5.52 | 15.78 | - |
| YUV | 65.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 111 | 0.54 | 0.42 | 0 | 0.56 | 227 | 0.37 | 0.32 |
| Hex | 33 | 40 | 6F | 36 | 2A | 0 | 38 | E3 | 25 | 20 |
| Octal | 63 | 100 | 157 | 66 | 52 | 0 | 70 | 343 | 45 | 40 |
| Binary | 110011 | 1000000 | 1101111 | 110110 | 101010 | 0 | 111000 | 11100011 | 100101 | 100000 |
Color Harmonies of #33406F
Complementary color
Monochromatic Colors of #33406F
Black with #33406F
Text Example
Text Example
White with #33406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33406F; }
p { color: rgb(51,64,111); }
H1.HeaderClassName
{
color: #33406F;
}
.AnyTagClassName
{
color: #33406F;
}
</style>
background-color css
<style>
a { background-color: #33406F; }
a { background-color: rgb(51,64,111); }
div.DivClassName
{
background-color: #33406F;
}
.BgClassName
{
background-color: #33406F;
}
</style>
border-color css
<style>
span { border-color: #33406F; }
span { border-color: rgb(51,64,111); }
td.TdClassName
{
border-color: #33406F;
}
.TagClassName
{
border-color: #33406F;
}
</style>