Shades of Resolution Blue #333F7C
Tints of Resolution Blue #333F7C
RGB
CMYK
RGB Variations
Color information
#333F7C (or 0x333F7C) is known color: Resolution Blue. HEX triplet: 33, 3F and 7C. RGB value is (51,63,124). Sum of RGB (Red+Green+Blue) = 51+63+124=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #333F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F7C is #CCC083. Grayscale: #424242. Windows color (decimal): -13418628 or 8142643. OLE color: 8142643.
HSL color Cylindrical-coordinate representation of color #333F7C: hue angle of 230.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333F7C is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 63 | 124 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.51 |
| HSL | 230.14º | 0.42% | 0.34% | - |
| HSV(B) | 230.14º | 0.59% | 0.49% | - |
| XYZ | 6.78 | 5.71 | 19.81 | - |
| YUV | 66.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 124 | 0.59 | 0.49 | 0 | 0.51 | 230.14 | 0.42 | 0.34 |
| Hex | 33 | 3F | 7C | 3B | 31 | 0 | 33 | E6 | 2A | 22 |
| Octal | 63 | 77 | 174 | 73 | 61 | 0 | 63 | 346 | 52 | 42 |
| Binary | 110011 | 111111 | 1111100 | 111011 | 110001 | 0 | 110011 | 11100110 | 101010 | 100010 |
Color Harmonies of #333F7C
Complementary color
Monochromatic Colors of #333F7C
Black with #333F7C
Text Example
Text Example
White with #333F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F7C; }
p { color: rgb(51,63,124); }
H1.HeaderClassName
{
color: #333F7C;
}
.AnyTagClassName
{
color: #333F7C;
}
</style>
background-color css
<style>
a { background-color: #333F7C; }
a { background-color: rgb(51,63,124); }
div.DivClassName
{
background-color: #333F7C;
}
.BgClassName
{
background-color: #333F7C;
}
</style>
border-color css
<style>
span { border-color: #333F7C; }
span { border-color: rgb(51,63,124); }
td.TdClassName
{
border-color: #333F7C;
}
.TagClassName
{
border-color: #333F7C;
}
</style>