Shades of Resolution Blue #33427D
Tints of Resolution Blue #33427D
RGB
CMYK
RGB Variations
Color information
#33427D (or 0x33427D) is known color: Resolution Blue. HEX triplet: 33, 42 and 7D. RGB value is (51,66,125). Sum of RGB (Red+Green+Blue) = 51+66+125=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #33427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33427D is #CCBD82. Grayscale: #434343. Windows color (decimal): -13417859 or 8208947. OLE color: 8208947.
HSL color Cylindrical-coordinate representation of color #33427D: hue angle of 227.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33427D is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 66 | 125 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.51 |
| HSL | 227.84º | 0.42% | 0.35% | - |
| HSV(B) | 227.84º | 0.59% | 0.49% | - |
| XYZ | 7.02 | 6.08 | 20.21 | - |
| YUV | 68.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 125 | 0.59 | 0.47 | 0 | 0.51 | 227.84 | 0.42 | 0.35 |
| Hex | 33 | 42 | 7D | 3B | 2F | 0 | 33 | E4 | 2A | 23 |
| Octal | 63 | 102 | 175 | 73 | 57 | 0 | 63 | 344 | 52 | 43 |
| Binary | 110011 | 1000010 | 1111101 | 111011 | 101111 | 0 | 110011 | 11100100 | 101010 | 100011 |
Color Harmonies of #33427D
Complementary color
Monochromatic Colors of #33427D
Black with #33427D
Text Example
Text Example
White with #33427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33427D; }
p { color: rgb(51,66,125); }
H1.HeaderClassName
{
color: #33427D;
}
.AnyTagClassName
{
color: #33427D;
}
</style>
background-color css
<style>
a { background-color: #33427D; }
a { background-color: rgb(51,66,125); }
div.DivClassName
{
background-color: #33427D;
}
.BgClassName
{
background-color: #33427D;
}
</style>
border-color css
<style>
span { border-color: #33427D; }
span { border-color: rgb(51,66,125); }
td.TdClassName
{
border-color: #33427D;
}
.TagClassName
{
border-color: #33427D;
}
</style>