Shades of Resolution Blue #33437F
Tints of Resolution Blue #33437F
RGB
CMYK
RGB Variations
Color information
#33437F (or 0x33437F) is known color: Resolution Blue. HEX triplet: 33, 43 and 7F. RGB value is (51,67,127). Sum of RGB (Red+Green+Blue) = 51+67+127=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #33437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33437F is #CCBC80. Grayscale: #444444. Windows color (decimal): -13417601 or 8340275. OLE color: 8340275.
HSL color Cylindrical-coordinate representation of color #33437F: hue angle of 227.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33437F is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 67 | 127 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.50 |
| HSL | 227.37º | 0.43% | 0.35% | - |
| HSV(B) | 227.37º | 0.6% | 0.5% | - |
| XYZ | 7.2 | 6.25 | 20.91 | - |
| YUV | 69.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 127 | 0.60 | 0.47 | 0 | 0.50 | 227.37 | 0.43 | 0.35 |
| Hex | 33 | 43 | 7F | 3C | 2F | 0 | 32 | E3 | 2B | 23 |
| Octal | 63 | 103 | 177 | 74 | 57 | 0 | 62 | 343 | 53 | 43 |
| Binary | 110011 | 1000011 | 1111111 | 111100 | 101111 | 0 | 110010 | 11100011 | 101011 | 100011 |
Color Harmonies of #33437F
Complementary color
Monochromatic Colors of #33437F
Black with #33437F
Text Example
Text Example
White with #33437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33437F; }
p { color: rgb(51,67,127); }
H1.HeaderClassName
{
color: #33437F;
}
.AnyTagClassName
{
color: #33437F;
}
</style>
background-color css
<style>
a { background-color: #33437F; }
a { background-color: rgb(51,67,127); }
div.DivClassName
{
background-color: #33437F;
}
.BgClassName
{
background-color: #33437F;
}
</style>
border-color css
<style>
span { border-color: #33437F; }
span { border-color: rgb(51,67,127); }
td.TdClassName
{
border-color: #33437F;
}
.TagClassName
{
border-color: #33437F;
}
</style>