Shades of Resolution Blue #233089
Tints of Resolution Blue #233089
RGB
CMYK
RGB Variations
Color information
#233089 (or 0x233089) is known color: Resolution Blue. HEX triplet: 23, 30 and 89. RGB value is (35,48,137). Sum of RGB (Red+Green+Blue) = 35+48+137=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #233089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233089 is #DCCF76. Grayscale: #353535. Windows color (decimal): -14471031 or 8990755. OLE color: 8990755.
HSL color Cylindrical-coordinate representation of color #233089: hue angle of 232.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233089 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 48 | 137 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.46 |
| HSL | 232.35º | 0.59% | 0.34% | - |
| HSV(B) | 232.35º | 0.74% | 0.54% | - |
| XYZ | 6.27 | 4.28 | 24.16 | - |
| YUV | 54.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 137 | 0.74 | 0.65 | 0 | 0.46 | 232.35 | 0.59 | 0.34 |
| Hex | 23 | 30 | 89 | 4A | 41 | 0 | 2E | E8 | 3B | 22 |
| Octal | 43 | 60 | 211 | 112 | 101 | 0 | 56 | 350 | 73 | 42 |
| Binary | 100011 | 110000 | 10001001 | 1001010 | 1000001 | 0 | 101110 | 11101000 | 111011 | 100010 |
Color Harmonies of #233089
Complementary color
Monochromatic Colors of #233089
Black with #233089
Text Example
Text Example
White with #233089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233089; }
p { color: rgb(35,48,137); }
H1.HeaderClassName
{
color: #233089;
}
.AnyTagClassName
{
color: #233089;
}
</style>
background-color css
<style>
a { background-color: #233089; }
a { background-color: rgb(35,48,137); }
div.DivClassName
{
background-color: #233089;
}
.BgClassName
{
background-color: #233089;
}
</style>
border-color css
<style>
span { border-color: #233089; }
span { border-color: rgb(35,48,137); }
td.TdClassName
{
border-color: #233089;
}
.TagClassName
{
border-color: #233089;
}
</style>