Shades of Resolution Blue #233788
Tints of Resolution Blue #233788
RGB
CMYK
RGB Variations
Color information
#233788 (or 0x233788) is known color: Resolution Blue. HEX triplet: 23, 37 and 88. RGB value is (35,55,136). Sum of RGB (Red+Green+Blue) = 35+55+136=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #233788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233788 is #DCC877. Grayscale: #393939. Windows color (decimal): -14469240 or 8927011. OLE color: 8927011.
HSL color Cylindrical-coordinate representation of color #233788: hue angle of 228.12º 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 #233788 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 55 | 136 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.47 |
| HSL | 228.12º | 0.59% | 0.34% | - |
| HSV(B) | 228.12º | 0.74% | 0.53% | - |
| XYZ | 6.5 | 4.87 | 23.89 | - |
| YUV | 58.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 136 | 0.74 | 0.60 | 0 | 0.47 | 228.12 | 0.59 | 0.34 |
| Hex | 23 | 37 | 88 | 4A | 3C | 0 | 2F | E4 | 3B | 22 |
| Octal | 43 | 67 | 210 | 112 | 74 | 0 | 57 | 344 | 73 | 42 |
| Binary | 100011 | 110111 | 10001000 | 1001010 | 111100 | 0 | 101111 | 11100100 | 111011 | 100010 |
Color Harmonies of #233788
Complementary color
Monochromatic Colors of #233788
Black with #233788
Text Example
Text Example
White with #233788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233788; }
p { color: rgb(35,55,136); }
H1.HeaderClassName
{
color: #233788;
}
.AnyTagClassName
{
color: #233788;
}
</style>
background-color css
<style>
a { background-color: #233788; }
a { background-color: rgb(35,55,136); }
div.DivClassName
{
background-color: #233788;
}
.BgClassName
{
background-color: #233788;
}
</style>
border-color css
<style>
span { border-color: #233788; }
span { border-color: rgb(35,55,136); }
td.TdClassName
{
border-color: #233788;
}
.TagClassName
{
border-color: #233788;
}
</style>