Shades of Persian Blue #2331AB
Tints of Persian Blue #2331AB
RGB
CMYK
RGB Variations
Color information
#2331AB (or 0x2331AB) is known color: Persian Blue. HEX triplet: 23, 31 and AB. RGB value is (35,49,171). Sum of RGB (Red+Green+Blue) = 35+49+171=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2331AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2331AB is #DCCE54. Grayscale: #3A3A3A. Windows color (decimal): -14470741 or 11219235. OLE color: 11219235.
HSL color Cylindrical-coordinate representation of color #2331AB: hue angle of 233.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2331AB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 49 | 171 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.33 |
| HSL | 233.82º | 0.66% | 0.4% | - |
| HSV(B) | 233.82º | 0.8% | 0.67% | - |
| XYZ | 9.14 | 5.49 | 39.11 | - |
| YUV | 58.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 171 | 0.80 | 0.71 | 0 | 0.33 | 233.82 | 0.66 | 0.4 |
| Hex | 23 | 31 | AB | 50 | 47 | 0 | 21 | EA | 42 | 28 |
| Octal | 43 | 61 | 253 | 120 | 107 | 0 | 41 | 352 | 102 | 50 |
| Binary | 100011 | 110001 | 10101011 | 1010000 | 1000111 | 0 | 100001 | 11101010 | 1000010 | 101000 |
Color Harmonies of #2331AB
Complementary color
Monochromatic Colors of #2331AB
Black with #2331AB
Text Example
Text Example
White with #2331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2331AB; }
p { color: rgb(35,49,171); }
H1.HeaderClassName
{
color: #2331AB;
}
.AnyTagClassName
{
color: #2331AB;
}
</style>
background-color css
<style>
a { background-color: #2331AB; }
a { background-color: rgb(35,49,171); }
div.DivClassName
{
background-color: #2331AB;
}
.BgClassName
{
background-color: #2331AB;
}
</style>
border-color css
<style>
span { border-color: #2331AB; }
span { border-color: rgb(35,49,171); }
td.TdClassName
{
border-color: #2331AB;
}
.TagClassName
{
border-color: #2331AB;
}
</style>