Shades of Resolution Blue #33446D
Tints of Resolution Blue #33446D
RGB
CMYK
RGB Variations
Color information
#33446D (or 0x33446D) is known color: Resolution Blue. HEX triplet: 33, 44 and 6D. RGB value is (51,68,109). Sum of RGB (Red+Green+Blue) = 51+68+109=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #33446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33446D is #CCBB92. Grayscale: #434343. Windows color (decimal): -13417363 or 7160883. OLE color: 7160883.
HSL color Cylindrical-coordinate representation of color #33446D: hue angle of 222.41º 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 #33446D is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 68 | 109 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.57 |
| HSL | 222.41º | 0.36% | 0.31% | - |
| HSV(B) | 222.41º | 0.53% | 0.43% | - |
| XYZ | 6.19 | 5.94 | 15.29 | - |
| YUV | 67.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 109 | 0.53 | 0.38 | 0 | 0.57 | 222.41 | 0.36 | 0.31 |
| Hex | 33 | 44 | 6D | 35 | 26 | 0 | 39 | DE | 24 | 1F |
| Octal | 63 | 104 | 155 | 65 | 46 | 0 | 71 | 336 | 44 | 37 |
| Binary | 110011 | 1000100 | 1101101 | 110101 | 100110 | 0 | 111001 | 11011110 | 100100 | 11111 |
Color Harmonies of #33446D
Complementary color
Monochromatic Colors of #33446D
Black with #33446D
Text Example
Text Example
White with #33446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33446D; }
p { color: rgb(51,68,109); }
H1.HeaderClassName
{
color: #33446D;
}
.AnyTagClassName
{
color: #33446D;
}
</style>
background-color css
<style>
a { background-color: #33446D; }
a { background-color: rgb(51,68,109); }
div.DivClassName
{
background-color: #33446D;
}
.BgClassName
{
background-color: #33446D;
}
</style>
border-color css
<style>
span { border-color: #33446D; }
span { border-color: rgb(51,68,109); }
td.TdClassName
{
border-color: #33446D;
}
.TagClassName
{
border-color: #33446D;
}
</style>