Shades of Resolution Blue #233B74
Tints of Resolution Blue #233B74
RGB
CMYK
RGB Variations
Color information
#233B74 (or 0x233B74) is known color: Resolution Blue. HEX triplet: 23, 3B and 74. RGB value is (35,59,116). Sum of RGB (Red+Green+Blue) = 35+59+116=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #233B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B74 is #DCC48B. Grayscale: #3A3A3A. Windows color (decimal): -14468236 or 7617315. OLE color: 7617315.
HSL color Cylindrical-coordinate representation of color #233B74: hue angle of 222.22º 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 #233B74 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 59 | 116 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.55 |
| HSL | 222.22º | 0.54% | 0.3% | - |
| HSV(B) | 222.22º | 0.7% | 0.45% | - |
| XYZ | 5.41 | 4.75 | 17.15 | - |
| YUV | 58.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 116 | 0.70 | 0.49 | 0 | 0.55 | 222.22 | 0.54 | 0.3 |
| Hex | 23 | 3B | 74 | 46 | 31 | 0 | 37 | DE | 36 | 1E |
| Octal | 43 | 73 | 164 | 106 | 61 | 0 | 67 | 336 | 66 | 36 |
| Binary | 100011 | 111011 | 1110100 | 1000110 | 110001 | 0 | 110111 | 11011110 | 110110 | 11110 |
Color Harmonies of #233B74
Complementary color
Monochromatic Colors of #233B74
Black with #233B74
Text Example
Text Example
White with #233B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B74; }
p { color: rgb(35,59,116); }
H1.HeaderClassName
{
color: #233B74;
}
.AnyTagClassName
{
color: #233B74;
}
</style>
background-color css
<style>
a { background-color: #233B74; }
a { background-color: rgb(35,59,116); }
div.DivClassName
{
background-color: #233B74;
}
.BgClassName
{
background-color: #233B74;
}
</style>
border-color css
<style>
span { border-color: #233B74; }
span { border-color: rgb(35,59,116); }
td.TdClassName
{
border-color: #233B74;
}
.TagClassName
{
border-color: #233B74;
}
</style>