Shades of Resolution Blue #233C76
Tints of Resolution Blue #233C76
RGB
CMYK
RGB Variations
Color information
#233C76 (or 0x233C76) is known color: Resolution Blue. HEX triplet: 23, 3C and 76. RGB value is (35,60,118). Sum of RGB (Red+Green+Blue) = 35+60+118=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #233C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C76 is #DCC389. Grayscale: #3A3A3A. Windows color (decimal): -14467978 or 7748643. OLE color: 7748643.
HSL color Cylindrical-coordinate representation of color #233C76: hue angle of 221.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233C76 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 60 | 118 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.54 |
| HSL | 221.93º | 0.54% | 0.3% | - |
| HSV(B) | 221.93º | 0.7% | 0.46% | - |
| XYZ | 5.58 | 4.9 | 17.79 | - |
| YUV | 59.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 118 | 0.70 | 0.49 | 0 | 0.54 | 221.93 | 0.54 | 0.3 |
| Hex | 23 | 3C | 76 | 46 | 31 | 0 | 36 | DE | 36 | 1E |
| Octal | 43 | 74 | 166 | 106 | 61 | 0 | 66 | 336 | 66 | 36 |
| Binary | 100011 | 111100 | 1110110 | 1000110 | 110001 | 0 | 110110 | 11011110 | 110110 | 11110 |
Color Harmonies of #233C76
Complementary color
Monochromatic Colors of #233C76
Black with #233C76
Text Example
Text Example
White with #233C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C76; }
p { color: rgb(35,60,118); }
H1.HeaderClassName
{
color: #233C76;
}
.AnyTagClassName
{
color: #233C76;
}
</style>
background-color css
<style>
a { background-color: #233C76; }
a { background-color: rgb(35,60,118); }
div.DivClassName
{
background-color: #233C76;
}
.BgClassName
{
background-color: #233C76;
}
</style>
border-color css
<style>
span { border-color: #233C76; }
span { border-color: rgb(35,60,118); }
td.TdClassName
{
border-color: #233C76;
}
.TagClassName
{
border-color: #233C76;
}
</style>