Shades of Persian Blue #2327AB
Tints of Persian Blue #2327AB
RGB
CMYK
RGB Variations
Color information
#2327AB (or 0x2327AB) is known color: Persian Blue. HEX triplet: 23, 27 and AB. RGB value is (35,39,171). Sum of RGB (Red+Green+Blue) = 35+39+171=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2327AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327AB is #DCD854. Grayscale: #343434. Windows color (decimal): -14473301 or 11216675. OLE color: 11216675.
HSL color Cylindrical-coordinate representation of color #2327AB: hue angle of 238.24º 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 #2327AB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 39 | 171 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.33 |
| HSL | 238.24º | 0.66% | 0.4% | - |
| HSV(B) | 238.24º | 0.8% | 0.67% | - |
| XYZ | 8.77 | 4.75 | 38.98 | - |
| YUV | 52.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 171 | 0.80 | 0.77 | 0 | 0.33 | 238.24 | 0.66 | 0.4 |
| Hex | 23 | 27 | AB | 50 | 4D | 0 | 21 | EE | 42 | 28 |
| Octal | 43 | 47 | 253 | 120 | 115 | 0 | 41 | 356 | 102 | 50 |
| Binary | 100011 | 100111 | 10101011 | 1010000 | 1001101 | 0 | 100001 | 11101110 | 1000010 | 101000 |
Color Harmonies of #2327AB
Complementary color
Monochromatic Colors of #2327AB
Black with #2327AB
Text Example
Text Example
White with #2327AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327AB; }
p { color: rgb(35,39,171); }
H1.HeaderClassName
{
color: #2327AB;
}
.AnyTagClassName
{
color: #2327AB;
}
</style>
background-color css
<style>
a { background-color: #2327AB; }
a { background-color: rgb(35,39,171); }
div.DivClassName
{
background-color: #2327AB;
}
.BgClassName
{
background-color: #2327AB;
}
</style>
border-color css
<style>
span { border-color: #2327AB; }
span { border-color: rgb(35,39,171); }
td.TdClassName
{
border-color: #2327AB;
}
.TagClassName
{
border-color: #2327AB;
}
</style>