Shades of Resolution Blue #233981
Tints of Resolution Blue #233981
RGB
CMYK
RGB Variations
Color information
#233981 (or 0x233981) is known color: Resolution Blue. HEX triplet: 23, 39 and 81. RGB value is (35,57,129). Sum of RGB (Red+Green+Blue) = 35+57+129=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #233981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233981 is #DCC67E. Grayscale: #3A3A3A. Windows color (decimal): -14468735 or 8468771. OLE color: 8468771.
HSL color Cylindrical-coordinate representation of color #233981: hue angle of 225.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233981 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 57 | 129 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.49 |
| HSL | 225.96º | 0.57% | 0.32% | - |
| HSV(B) | 225.96º | 0.73% | 0.51% | - |
| XYZ | 6.12 | 4.87 | 21.39 | - |
| YUV | 58.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 129 | 0.73 | 0.56 | 0 | 0.49 | 225.96 | 0.57 | 0.32 |
| Hex | 23 | 39 | 81 | 49 | 38 | 0 | 31 | E2 | 39 | 20 |
| Octal | 43 | 71 | 201 | 111 | 70 | 0 | 61 | 342 | 71 | 40 |
| Binary | 100011 | 111001 | 10000001 | 1001001 | 111000 | 0 | 110001 | 11100010 | 111001 | 100000 |
Color Harmonies of #233981
Complementary color
Monochromatic Colors of #233981
Black with #233981
Text Example
Text Example
White with #233981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233981; }
p { color: rgb(35,57,129); }
H1.HeaderClassName
{
color: #233981;
}
.AnyTagClassName
{
color: #233981;
}
</style>
background-color css
<style>
a { background-color: #233981; }
a { background-color: rgb(35,57,129); }
div.DivClassName
{
background-color: #233981;
}
.BgClassName
{
background-color: #233981;
}
</style>
border-color css
<style>
span { border-color: #233981; }
span { border-color: rgb(35,57,129); }
td.TdClassName
{
border-color: #233981;
}
.TagClassName
{
border-color: #233981;
}
</style>