Shades of Resolution Blue #33407E
Tints of Resolution Blue #33407E
RGB
CMYK
RGB Variations
Color information
#33407E (or 0x33407E) is known color: Resolution Blue. HEX triplet: 33, 40 and 7E. RGB value is (51,64,126). Sum of RGB (Red+Green+Blue) = 51+64+126=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #33407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33407E is #CCBF81. Grayscale: #424242. Windows color (decimal): -13418370 or 8273971. OLE color: 8273971.
HSL color Cylindrical-coordinate representation of color #33407E: hue angle of 229.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33407E is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 64 | 126 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.51 |
| HSL | 229.6º | 0.42% | 0.35% | - |
| HSV(B) | 229.6º | 0.6% | 0.49% | - |
| XYZ | 6.96 | 5.88 | 20.51 | - |
| YUV | 67.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 126 | 0.60 | 0.49 | 0 | 0.51 | 229.6 | 0.42 | 0.35 |
| Hex | 33 | 40 | 7E | 3C | 31 | 0 | 33 | E6 | 2A | 23 |
| Octal | 63 | 100 | 176 | 74 | 61 | 0 | 63 | 346 | 52 | 43 |
| Binary | 110011 | 1000000 | 1111110 | 111100 | 110001 | 0 | 110011 | 11100110 | 101010 | 100011 |
Color Harmonies of #33407E
Complementary color
Monochromatic Colors of #33407E
Black with #33407E
Text Example
Text Example
White with #33407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33407E; }
p { color: rgb(51,64,126); }
H1.HeaderClassName
{
color: #33407E;
}
.AnyTagClassName
{
color: #33407E;
}
</style>
background-color css
<style>
a { background-color: #33407E; }
a { background-color: rgb(51,64,126); }
div.DivClassName
{
background-color: #33407E;
}
.BgClassName
{
background-color: #33407E;
}
</style>
border-color css
<style>
span { border-color: #33407E; }
span { border-color: rgb(51,64,126); }
td.TdClassName
{
border-color: #33407E;
}
.TagClassName
{
border-color: #33407E;
}
</style>