Shades of Resolution Blue #333F6D
Tints of Resolution Blue #333F6D
RGB
CMYK
RGB Variations
Color information
#333F6D (or 0x333F6D) is known color: Resolution Blue. HEX triplet: 33, 3F and 6D. RGB value is (51,63,109). Sum of RGB (Red+Green+Blue) = 51+63+109=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #333F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F6D is #CCC092. Grayscale: #404040. Windows color (decimal): -13418643 or 7159603. OLE color: 7159603.
HSL color Cylindrical-coordinate representation of color #333F6D: hue angle of 227.59º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333F6D is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 63 | 109 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.57 |
| HSL | 227.59º | 0.36% | 0.31% | - |
| HSV(B) | 227.59º | 0.53% | 0.43% | - |
| XYZ | 5.9 | 5.36 | 15.19 | - |
| YUV | 64.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 109 | 0.53 | 0.42 | 0 | 0.57 | 227.59 | 0.36 | 0.31 |
| Hex | 33 | 3F | 6D | 35 | 2A | 0 | 39 | E4 | 24 | 1F |
| Octal | 63 | 77 | 155 | 65 | 52 | 0 | 71 | 344 | 44 | 37 |
| Binary | 110011 | 111111 | 1101101 | 110101 | 101010 | 0 | 111001 | 11100100 | 100100 | 11111 |
Color Harmonies of #333F6D
Complementary color
Monochromatic Colors of #333F6D
Black with #333F6D
Text Example
Text Example
White with #333F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F6D; }
p { color: rgb(51,63,109); }
H1.HeaderClassName
{
color: #333F6D;
}
.AnyTagClassName
{
color: #333F6D;
}
</style>
background-color css
<style>
a { background-color: #333F6D; }
a { background-color: rgb(51,63,109); }
div.DivClassName
{
background-color: #333F6D;
}
.BgClassName
{
background-color: #333F6D;
}
</style>
border-color css
<style>
span { border-color: #333F6D; }
span { border-color: rgb(51,63,109); }
td.TdClassName
{
border-color: #333F6D;
}
.TagClassName
{
border-color: #333F6D;
}
</style>