Shades of Resolution Blue #233F73
Tints of Resolution Blue #233F73
RGB
CMYK
RGB Variations
Color information
#233F73 (or 0x233F73) is known color: Resolution Blue. HEX triplet: 23, 3F and 73. RGB value is (35,63,115). Sum of RGB (Red+Green+Blue) = 35+63+115=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #233F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F73 is #DCC08C. Grayscale: #3C3C3C. Windows color (decimal): -14467213 or 7552803. OLE color: 7552803.
HSL color Cylindrical-coordinate representation of color #233F73: hue angle of 219º 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 #233F73 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 63 | 115 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.55 |
| HSL | 219º | 0.53% | 0.29% | - |
| HSV(B) | 219º | 0.7% | 0.45% | - |
| XYZ | 5.57 | 5.15 | 16.92 | - |
| YUV | 60.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 115 | 0.70 | 0.45 | 0 | 0.55 | 219 | 0.53 | 0.29 |
| Hex | 23 | 3F | 73 | 46 | 2D | 0 | 37 | DB | 35 | 1D |
| Octal | 43 | 77 | 163 | 106 | 55 | 0 | 67 | 333 | 65 | 35 |
| Binary | 100011 | 111111 | 1110011 | 1000110 | 101101 | 0 | 110111 | 11011011 | 110101 | 11101 |
Color Harmonies of #233F73
Complementary color
Monochromatic Colors of #233F73
Black with #233F73
Text Example
Text Example
White with #233F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F73; }
p { color: rgb(35,63,115); }
H1.HeaderClassName
{
color: #233F73;
}
.AnyTagClassName
{
color: #233F73;
}
</style>
background-color css
<style>
a { background-color: #233F73; }
a { background-color: rgb(35,63,115); }
div.DivClassName
{
background-color: #233F73;
}
.BgClassName
{
background-color: #233F73;
}
</style>
border-color css
<style>
span { border-color: #233F73; }
span { border-color: rgb(35,63,115); }
td.TdClassName
{
border-color: #233F73;
}
.TagClassName
{
border-color: #233F73;
}
</style>