Shades of Resolution Blue #233181
Tints of Resolution Blue #233181
RGB
CMYK
RGB Variations
Color information
#233181 (or 0x233181) is known color: Resolution Blue. HEX triplet: 23, 31 and 81. RGB value is (35,49,129). Sum of RGB (Red+Green+Blue) = 35+49+129=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #233181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233181 is #DCCE7E. Grayscale: #353535. Windows color (decimal): -14470783 or 8466723. OLE color: 8466723.
HSL color Cylindrical-coordinate representation of color #233181: hue angle of 231.06º 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 #233181 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 49 | 129 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.49 |
| HSL | 231.06º | 0.57% | 0.32% | - |
| HSV(B) | 231.06º | 0.73% | 0.51% | - |
| XYZ | 5.75 | 4.14 | 21.26 | - |
| YUV | 53.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 129 | 0.73 | 0.62 | 0 | 0.49 | 231.06 | 0.57 | 0.32 |
| Hex | 23 | 31 | 81 | 49 | 3E | 0 | 31 | E7 | 39 | 20 |
| Octal | 43 | 61 | 201 | 111 | 76 | 0 | 61 | 347 | 71 | 40 |
| Binary | 100011 | 110001 | 10000001 | 1001001 | 111110 | 0 | 110001 | 11100111 | 111001 | 100000 |
Color Harmonies of #233181
Complementary color
Monochromatic Colors of #233181
Black with #233181
Text Example
Text Example
White with #233181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233181; }
p { color: rgb(35,49,129); }
H1.HeaderClassName
{
color: #233181;
}
.AnyTagClassName
{
color: #233181;
}
</style>
background-color css
<style>
a { background-color: #233181; }
a { background-color: rgb(35,49,129); }
div.DivClassName
{
background-color: #233181;
}
.BgClassName
{
background-color: #233181;
}
</style>
border-color css
<style>
span { border-color: #233181; }
span { border-color: rgb(35,49,129); }
td.TdClassName
{
border-color: #233181;
}
.TagClassName
{
border-color: #233181;
}
</style>