Shades of Resolution Blue #233E73
Tints of Resolution Blue #233E73
RGB
CMYK
RGB Variations
Color information
#233E73 (or 0x233E73) is known color: Resolution Blue. HEX triplet: 23, 3E and 73. RGB value is (35,62,115). Sum of RGB (Red+Green+Blue) = 35+62+115=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #233E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E73 is #DCC18C. Grayscale: #3B3B3B. Windows color (decimal): -14467469 or 7552547. OLE color: 7552547.
HSL color Cylindrical-coordinate representation of color #233E73: hue angle of 219.75º 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 #233E73 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 62 | 115 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.55 |
| HSL | 219.75º | 0.53% | 0.29% | - |
| HSV(B) | 219.75º | 0.7% | 0.45% | - |
| XYZ | 5.51 | 5.04 | 16.9 | - |
| YUV | 59.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 115 | 0.70 | 0.46 | 0 | 0.55 | 219.75 | 0.53 | 0.29 |
| Hex | 23 | 3E | 73 | 46 | 2E | 0 | 37 | DC | 35 | 1D |
| Octal | 43 | 76 | 163 | 106 | 56 | 0 | 67 | 334 | 65 | 35 |
| Binary | 100011 | 111110 | 1110011 | 1000110 | 101110 | 0 | 110111 | 11011100 | 110101 | 11101 |
Color Harmonies of #233E73
Complementary color
Monochromatic Colors of #233E73
Black with #233E73
Text Example
Text Example
White with #233E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E73; }
p { color: rgb(35,62,115); }
H1.HeaderClassName
{
color: #233E73;
}
.AnyTagClassName
{
color: #233E73;
}
</style>
background-color css
<style>
a { background-color: #233E73; }
a { background-color: rgb(35,62,115); }
div.DivClassName
{
background-color: #233E73;
}
.BgClassName
{
background-color: #233E73;
}
</style>
border-color css
<style>
span { border-color: #233E73; }
span { border-color: rgb(35,62,115); }
td.TdClassName
{
border-color: #233E73;
}
.TagClassName
{
border-color: #233E73;
}
</style>