Shades of Resolution Blue #233288
Tints of Resolution Blue #233288
RGB
CMYK
RGB Variations
Color information
#233288 (or 0x233288) is known color: Resolution Blue. HEX triplet: 23, 32 and 88. RGB value is (35,50,136). Sum of RGB (Red+Green+Blue) = 35+50+136=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #233288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233288 is #DCCD77. Grayscale: #363636. Windows color (decimal): -14470520 or 8925731. OLE color: 8925731.
HSL color Cylindrical-coordinate representation of color #233288: hue angle of 231.09º 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 #233288 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 50 | 136 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.47 |
| HSL | 231.09º | 0.59% | 0.34% | - |
| HSV(B) | 231.09º | 0.74% | 0.53% | - |
| XYZ | 6.28 | 4.42 | 23.81 | - |
| YUV | 55.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 136 | 0.74 | 0.63 | 0 | 0.47 | 231.09 | 0.59 | 0.34 |
| Hex | 23 | 32 | 88 | 4A | 3F | 0 | 2F | E7 | 3B | 22 |
| Octal | 43 | 62 | 210 | 112 | 77 | 0 | 57 | 347 | 73 | 42 |
| Binary | 100011 | 110010 | 10001000 | 1001010 | 111111 | 0 | 101111 | 11100111 | 111011 | 100010 |
Color Harmonies of #233288
Complementary color
Monochromatic Colors of #233288
Black with #233288
Text Example
Text Example
White with #233288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233288; }
p { color: rgb(35,50,136); }
H1.HeaderClassName
{
color: #233288;
}
.AnyTagClassName
{
color: #233288;
}
</style>
background-color css
<style>
a { background-color: #233288; }
a { background-color: rgb(35,50,136); }
div.DivClassName
{
background-color: #233288;
}
.BgClassName
{
background-color: #233288;
}
</style>
border-color css
<style>
span { border-color: #233288; }
span { border-color: rgb(35,50,136); }
td.TdClassName
{
border-color: #233288;
}
.TagClassName
{
border-color: #233288;
}
</style>