Shades of Resolution Blue #233973
Tints of Resolution Blue #233973
RGB
CMYK
RGB Variations
Color information
#233973 (or 0x233973) is known color: Resolution Blue. HEX triplet: 23, 39 and 73. RGB value is (35,57,115). Sum of RGB (Red+Green+Blue) = 35+57+115=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #233973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233973 is #DCC68C. Grayscale: #383838. Windows color (decimal): -14468749 or 7551267. OLE color: 7551267.
HSL color Cylindrical-coordinate representation of color #233973: hue angle of 223.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233973 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 57 | 115 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.55 |
| HSL | 223.5º | 0.53% | 0.29% | - |
| HSV(B) | 223.5º | 0.7% | 0.45% | - |
| XYZ | 5.25 | 4.52 | 16.82 | - |
| YUV | 57.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 115 | 0.70 | 0.50 | 0 | 0.55 | 223.5 | 0.53 | 0.29 |
| Hex | 23 | 39 | 73 | 46 | 32 | 0 | 37 | E0 | 35 | 1D |
| Octal | 43 | 71 | 163 | 106 | 62 | 0 | 67 | 340 | 65 | 35 |
| Binary | 100011 | 111001 | 1110011 | 1000110 | 110010 | 0 | 110111 | 11100000 | 110101 | 11101 |
Color Harmonies of #233973
Complementary color
Monochromatic Colors of #233973
Black with #233973
Text Example
Text Example
White with #233973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233973; }
p { color: rgb(35,57,115); }
H1.HeaderClassName
{
color: #233973;
}
.AnyTagClassName
{
color: #233973;
}
</style>
background-color css
<style>
a { background-color: #233973; }
a { background-color: rgb(35,57,115); }
div.DivClassName
{
background-color: #233973;
}
.BgClassName
{
background-color: #233973;
}
</style>
border-color css
<style>
span { border-color: #233973; }
span { border-color: rgb(35,57,115); }
td.TdClassName
{
border-color: #233973;
}
.TagClassName
{
border-color: #233973;
}
</style>