Shades of Persian Blue #2332AB
Tints of Persian Blue #2332AB
RGB
CMYK
RGB Variations
Color information
#2332AB (or 0x2332AB) is known color: Persian Blue. HEX triplet: 23, 32 and AB. RGB value is (35,50,171). Sum of RGB (Red+Green+Blue) = 35+50+171=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #2332AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2332AB is #DCCD54. Grayscale: #3A3A3A. Windows color (decimal): -14470485 or 11219491. OLE color: 11219491.
HSL color Cylindrical-coordinate representation of color #2332AB: hue angle of 233.38º 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 #2332AB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 50 | 171 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.33 |
| HSL | 233.38º | 0.66% | 0.4% | - |
| HSV(B) | 233.38º | 0.8% | 0.67% | - |
| XYZ | 9.18 | 5.58 | 39.12 | - |
| YUV | 59.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 171 | 0.80 | 0.71 | 0 | 0.33 | 233.38 | 0.66 | 0.4 |
| Hex | 23 | 32 | AB | 50 | 47 | 0 | 21 | E9 | 42 | 28 |
| Octal | 43 | 62 | 253 | 120 | 107 | 0 | 41 | 351 | 102 | 50 |
| Binary | 100011 | 110010 | 10101011 | 1010000 | 1000111 | 0 | 100001 | 11101001 | 1000010 | 101000 |
Color Harmonies of #2332AB
Complementary color
Monochromatic Colors of #2332AB
Black with #2332AB
Text Example
Text Example
White with #2332AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2332AB; }
p { color: rgb(35,50,171); }
H1.HeaderClassName
{
color: #2332AB;
}
.AnyTagClassName
{
color: #2332AB;
}
</style>
background-color css
<style>
a { background-color: #2332AB; }
a { background-color: rgb(35,50,171); }
div.DivClassName
{
background-color: #2332AB;
}
.BgClassName
{
background-color: #2332AB;
}
</style>
border-color css
<style>
span { border-color: #2332AB; }
span { border-color: rgb(35,50,171); }
td.TdClassName
{
border-color: #2332AB;
}
.TagClassName
{
border-color: #2332AB;
}
</style>