Shades of Resolution Blue #233D88
Tints of Resolution Blue #233D88
RGB
CMYK
RGB Variations
Color information
#233D88 (or 0x233D88) is known color: Resolution Blue. HEX triplet: 23, 3D and 88. RGB value is (35,61,136). Sum of RGB (Red+Green+Blue) = 35+61+136=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #233D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D88 is #DCC277. Grayscale: #3D3D3D. Windows color (decimal): -14467704 or 8928547. OLE color: 8928547.
HSL color Cylindrical-coordinate representation of color #233D88: hue angle of 224.55º 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 #233D88 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 61 | 136 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.47 |
| HSL | 224.55º | 0.59% | 0.34% | - |
| HSV(B) | 224.55º | 0.74% | 0.53% | - |
| XYZ | 6.81 | 5.47 | 23.99 | - |
| YUV | 61.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 136 | 0.74 | 0.55 | 0 | 0.47 | 224.55 | 0.59 | 0.34 |
| Hex | 23 | 3D | 88 | 4A | 37 | 0 | 2F | E1 | 3B | 22 |
| Octal | 43 | 75 | 210 | 112 | 67 | 0 | 57 | 341 | 73 | 42 |
| Binary | 100011 | 111101 | 10001000 | 1001010 | 110111 | 0 | 101111 | 11100001 | 111011 | 100010 |
Color Harmonies of #233D88
Complementary color
Monochromatic Colors of #233D88
Black with #233D88
Text Example
Text Example
White with #233D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D88; }
p { color: rgb(35,61,136); }
H1.HeaderClassName
{
color: #233D88;
}
.AnyTagClassName
{
color: #233D88;
}
</style>
background-color css
<style>
a { background-color: #233D88; }
a { background-color: rgb(35,61,136); }
div.DivClassName
{
background-color: #233D88;
}
.BgClassName
{
background-color: #233D88;
}
</style>
border-color css
<style>
span { border-color: #233D88; }
span { border-color: rgb(35,61,136); }
td.TdClassName
{
border-color: #233D88;
}
.TagClassName
{
border-color: #233D88;
}
</style>