Shades of Resolution Blue #233E71
Tints of Resolution Blue #233E71
RGB
CMYK
RGB Variations
Color information
#233E71 (or 0x233E71) is known color: Resolution Blue. HEX triplet: 23, 3E and 71. RGB value is (35,62,113). Sum of RGB (Red+Green+Blue) = 35+62+113=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #233E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E71 is #DCC18E. Grayscale: #3B3B3B. Windows color (decimal): -14467471 or 7421475. OLE color: 7421475.
HSL color Cylindrical-coordinate representation of color #233E71: hue angle of 219.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233E71 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 62 | 113 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.56 |
| HSL | 219.23º | 0.53% | 0.29% | - |
| HSV(B) | 219.23º | 0.69% | 0.44% | - |
| XYZ | 5.4 | 4.99 | 16.3 | - |
| YUV | 59.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 113 | 0.69 | 0.45 | 0 | 0.56 | 219.23 | 0.53 | 0.29 |
| Hex | 23 | 3E | 71 | 45 | 2D | 0 | 38 | DB | 35 | 1D |
| Octal | 43 | 76 | 161 | 105 | 55 | 0 | 70 | 333 | 65 | 35 |
| Binary | 100011 | 111110 | 1110001 | 1000101 | 101101 | 0 | 111000 | 11011011 | 110101 | 11101 |
Color Harmonies of #233E71
Complementary color
Monochromatic Colors of #233E71
Black with #233E71
Text Example
Text Example
White with #233E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E71; }
p { color: rgb(35,62,113); }
H1.HeaderClassName
{
color: #233E71;
}
.AnyTagClassName
{
color: #233E71;
}
</style>
background-color css
<style>
a { background-color: #233E71; }
a { background-color: rgb(35,62,113); }
div.DivClassName
{
background-color: #233E71;
}
.BgClassName
{
background-color: #233E71;
}
</style>
border-color css
<style>
span { border-color: #233E71; }
span { border-color: rgb(35,62,113); }
td.TdClassName
{
border-color: #233E71;
}
.TagClassName
{
border-color: #233E71;
}
</style>