Shades of Resolution Blue #333E73
Tints of Resolution Blue #333E73
RGB
CMYK
RGB Variations
Color information
#333E73 (or 0x333E73) is known color: Resolution Blue. HEX triplet: 33, 3E and 73. RGB value is (51,62,115). Sum of RGB (Red+Green+Blue) = 51+62+115=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #333E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E73 is #CCC18C. Grayscale: #404040. Windows color (decimal): -13418893 or 7552563. OLE color: 7552563.
HSL color Cylindrical-coordinate representation of color #333E73: hue angle of 229.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333E73 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 62 | 115 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.55 |
| HSL | 229.69º | 0.39% | 0.33% | - |
| HSV(B) | 229.69º | 0.56% | 0.45% | - |
| XYZ | 6.18 | 5.39 | 16.93 | - |
| YUV | 64.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 115 | 0.56 | 0.46 | 0 | 0.55 | 229.69 | 0.39 | 0.33 |
| Hex | 33 | 3E | 73 | 38 | 2E | 0 | 37 | E6 | 27 | 21 |
| Octal | 63 | 76 | 163 | 70 | 56 | 0 | 67 | 346 | 47 | 41 |
| Binary | 110011 | 111110 | 1110011 | 111000 | 101110 | 0 | 110111 | 11100110 | 100111 | 100001 |
Color Harmonies of #333E73
Complementary color
Monochromatic Colors of #333E73
Black with #333E73
Text Example
Text Example
White with #333E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E73; }
p { color: rgb(51,62,115); }
H1.HeaderClassName
{
color: #333E73;
}
.AnyTagClassName
{
color: #333E73;
}
</style>
background-color css
<style>
a { background-color: #333E73; }
a { background-color: rgb(51,62,115); }
div.DivClassName
{
background-color: #333E73;
}
.BgClassName
{
background-color: #333E73;
}
</style>
border-color css
<style>
span { border-color: #333E73; }
span { border-color: rgb(51,62,115); }
td.TdClassName
{
border-color: #333E73;
}
.TagClassName
{
border-color: #333E73;
}
</style>