Shades of Resolution Blue #233E74
Tints of Resolution Blue #233E74
RGB
CMYK
RGB Variations
Color information
#233E74 (or 0x233E74) is known color: Resolution Blue. HEX triplet: 23, 3E and 74. RGB value is (35,62,116). Sum of RGB (Red+Green+Blue) = 35+62+116=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #233E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E74 is #DCC18B. Grayscale: #3B3B3B. Windows color (decimal): -14467468 or 7618083. OLE color: 7618083.
HSL color Cylindrical-coordinate representation of color #233E74: hue angle of 220º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233E74 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 62 | 116 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.55 |
| HSL | 220º | 0.54% | 0.3% | - |
| HSV(B) | 220º | 0.7% | 0.45% | - |
| XYZ | 5.57 | 5.06 | 17.21 | - |
| YUV | 60.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 116 | 0.70 | 0.47 | 0 | 0.55 | 220 | 0.54 | 0.3 |
| Hex | 23 | 3E | 74 | 46 | 2F | 0 | 37 | DC | 36 | 1E |
| Octal | 43 | 76 | 164 | 106 | 57 | 0 | 67 | 334 | 66 | 36 |
| Binary | 100011 | 111110 | 1110100 | 1000110 | 101111 | 0 | 110111 | 11011100 | 110110 | 11110 |
Color Harmonies of #233E74
Complementary color
Monochromatic Colors of #233E74
Black with #233E74
Text Example
Text Example
White with #233E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E74; }
p { color: rgb(35,62,116); }
H1.HeaderClassName
{
color: #233E74;
}
.AnyTagClassName
{
color: #233E74;
}
</style>
background-color css
<style>
a { background-color: #233E74; }
a { background-color: rgb(35,62,116); }
div.DivClassName
{
background-color: #233E74;
}
.BgClassName
{
background-color: #233E74;
}
</style>
border-color css
<style>
span { border-color: #233E74; }
span { border-color: rgb(35,62,116); }
td.TdClassName
{
border-color: #233E74;
}
.TagClassName
{
border-color: #233E74;
}
</style>