Shades of Resolution Blue #233C88
Tints of Resolution Blue #233C88
RGB
CMYK
RGB Variations
Color information
#233C88 (or 0x233C88) is known color: Resolution Blue. HEX triplet: 23, 3C and 88. RGB value is (35,60,136). Sum of RGB (Red+Green+Blue) = 35+60+136=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #233C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C88 is #DCC377. Grayscale: #3C3C3C. Windows color (decimal): -14467960 or 8928291. OLE color: 8928291.
HSL color Cylindrical-coordinate representation of color #233C88: hue angle of 225.15º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233C88 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 60 | 136 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.47 |
| HSL | 225.15º | 0.59% | 0.34% | - |
| HSV(B) | 225.15º | 0.74% | 0.53% | - |
| XYZ | 6.75 | 5.37 | 23.97 | - |
| YUV | 61.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 136 | 0.74 | 0.56 | 0 | 0.47 | 225.15 | 0.59 | 0.34 |
| Hex | 23 | 3C | 88 | 4A | 38 | 0 | 2F | E1 | 3B | 22 |
| Octal | 43 | 74 | 210 | 112 | 70 | 0 | 57 | 341 | 73 | 42 |
| Binary | 100011 | 111100 | 10001000 | 1001010 | 111000 | 0 | 101111 | 11100001 | 111011 | 100010 |
Color Harmonies of #233C88
Complementary color
Monochromatic Colors of #233C88
Black with #233C88
Text Example
Text Example
White with #233C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C88; }
p { color: rgb(35,60,136); }
H1.HeaderClassName
{
color: #233C88;
}
.AnyTagClassName
{
color: #233C88;
}
</style>
background-color css
<style>
a { background-color: #233C88; }
a { background-color: rgb(35,60,136); }
div.DivClassName
{
background-color: #233C88;
}
.BgClassName
{
background-color: #233C88;
}
</style>
border-color css
<style>
span { border-color: #233C88; }
span { border-color: rgb(35,60,136); }
td.TdClassName
{
border-color: #233C88;
}
.TagClassName
{
border-color: #233C88;
}
</style>