Shades of Resolution Blue #33446C
Tints of Resolution Blue #33446C
RGB
CMYK
RGB Variations
Color information
#33446C (or 0x33446C) is known color: Resolution Blue. HEX triplet: 33, 44 and 6C. RGB value is (51,68,108). Sum of RGB (Red+Green+Blue) = 51+68+108=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #33446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33446C is #CCBB93. Grayscale: #434343. Windows color (decimal): -13417364 or 7095347. OLE color: 7095347.
HSL color Cylindrical-coordinate representation of color #33446C: hue angle of 222.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33446C is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 68 | 108 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.58 |
| HSL | 222.11º | 0.36% | 0.31% | - |
| HSV(B) | 222.11º | 0.53% | 0.42% | - |
| XYZ | 6.14 | 5.92 | 15.01 | - |
| YUV | 67.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 108 | 0.53 | 0.37 | 0 | 0.58 | 222.11 | 0.36 | 0.31 |
| Hex | 33 | 44 | 6C | 35 | 25 | 0 | 3A | DE | 24 | 1F |
| Octal | 63 | 104 | 154 | 65 | 45 | 0 | 72 | 336 | 44 | 37 |
| Binary | 110011 | 1000100 | 1101100 | 110101 | 100101 | 0 | 111010 | 11011110 | 100100 | 11111 |
Color Harmonies of #33446C
Complementary color
Monochromatic Colors of #33446C
Black with #33446C
Text Example
Text Example
White with #33446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33446C; }
p { color: rgb(51,68,108); }
H1.HeaderClassName
{
color: #33446C;
}
.AnyTagClassName
{
color: #33446C;
}
</style>
background-color css
<style>
a { background-color: #33446C; }
a { background-color: rgb(51,68,108); }
div.DivClassName
{
background-color: #33446C;
}
.BgClassName
{
background-color: #33446C;
}
</style>
border-color css
<style>
span { border-color: #33446C; }
span { border-color: rgb(51,68,108); }
td.TdClassName
{
border-color: #33446C;
}
.TagClassName
{
border-color: #33446C;
}
</style>