Shades of Persian Blue #2327AA
Tints of Persian Blue #2327AA
RGB
CMYK
RGB Variations
Color information
#2327AA (or 0x2327AA) is known color: Persian Blue. HEX triplet: 23, 27 and AA. RGB value is (35,39,170). Sum of RGB (Red+Green+Blue) = 35+39+170=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #2327AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327AA is #DCD855. Grayscale: #343434. Windows color (decimal): -14473302 or 11151139. OLE color: 11151139.
HSL color Cylindrical-coordinate representation of color #2327AA: hue angle of 238.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2327AA is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 39 | 170 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.33 |
| HSL | 238.22º | 0.66% | 0.4% | - |
| HSV(B) | 238.22º | 0.79% | 0.67% | - |
| XYZ | 8.67 | 4.71 | 38.48 | - |
| YUV | 52.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 170 | 0.79 | 0.77 | 0 | 0.33 | 238.22 | 0.66 | 0.4 |
| Hex | 23 | 27 | AA | 4F | 4D | 0 | 21 | EE | 42 | 28 |
| Octal | 43 | 47 | 252 | 117 | 115 | 0 | 41 | 356 | 102 | 50 |
| Binary | 100011 | 100111 | 10101010 | 1001111 | 1001101 | 0 | 100001 | 11101110 | 1000010 | 101000 |
Color Harmonies of #2327AA
Complementary color
Monochromatic Colors of #2327AA
Black with #2327AA
Text Example
Text Example
White with #2327AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327AA; }
p { color: rgb(35,39,170); }
H1.HeaderClassName
{
color: #2327AA;
}
.AnyTagClassName
{
color: #2327AA;
}
</style>
background-color css
<style>
a { background-color: #2327AA; }
a { background-color: rgb(35,39,170); }
div.DivClassName
{
background-color: #2327AA;
}
.BgClassName
{
background-color: #2327AA;
}
</style>
border-color css
<style>
span { border-color: #2327AA; }
span { border-color: rgb(35,39,170); }
td.TdClassName
{
border-color: #2327AA;
}
.TagClassName
{
border-color: #2327AA;
}
</style>