Shades of Resolution Blue #233289
Tints of Resolution Blue #233289
RGB
CMYK
RGB Variations
Color information
#233289 (or 0x233289) is known color: Resolution Blue. HEX triplet: 23, 32 and 89. RGB value is (35,50,137). Sum of RGB (Red+Green+Blue) = 35+50+137=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #233289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233289 is #DCCD76. Grayscale: #373737. Windows color (decimal): -14470519 or 8991267. OLE color: 8991267.
HSL color Cylindrical-coordinate representation of color #233289: hue angle of 231.18º 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 #233289 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 50 | 137 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.46 |
| HSL | 231.18º | 0.59% | 0.34% | - |
| HSV(B) | 231.18º | 0.74% | 0.54% | - |
| XYZ | 6.35 | 4.44 | 24.19 | - |
| YUV | 55.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 137 | 0.74 | 0.64 | 0 | 0.46 | 231.18 | 0.59 | 0.34 |
| Hex | 23 | 32 | 89 | 4A | 40 | 0 | 2E | E7 | 3B | 22 |
| Octal | 43 | 62 | 211 | 112 | 100 | 0 | 56 | 347 | 73 | 42 |
| Binary | 100011 | 110010 | 10001001 | 1001010 | 1000000 | 0 | 101110 | 11100111 | 111011 | 100010 |
Color Harmonies of #233289
Complementary color
Monochromatic Colors of #233289
Black with #233289
Text Example
Text Example
White with #233289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233289; }
p { color: rgb(35,50,137); }
H1.HeaderClassName
{
color: #233289;
}
.AnyTagClassName
{
color: #233289;
}
</style>
background-color css
<style>
a { background-color: #233289; }
a { background-color: rgb(35,50,137); }
div.DivClassName
{
background-color: #233289;
}
.BgClassName
{
background-color: #233289;
}
</style>
border-color css
<style>
span { border-color: #233289; }
span { border-color: rgb(35,50,137); }
td.TdClassName
{
border-color: #233289;
}
.TagClassName
{
border-color: #233289;
}
</style>