Shades of Persian Blue #2327AD
Tints of Persian Blue #2327AD
RGB
CMYK
RGB Variations
Color information
#2327AD (or 0x2327AD) is known color: Persian Blue. HEX triplet: 23, 27 and AD. RGB value is (35,39,173). Sum of RGB (Red+Green+Blue) = 35+39+173=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #2327AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327AD is #DCD852. Grayscale: #343434. Windows color (decimal): -14473299 or 11347747. OLE color: 11347747.
HSL color Cylindrical-coordinate representation of color #2327AD: hue angle of 238.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2327AD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 39 | 173 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.32 |
| HSL | 238.26º | 0.66% | 0.41% | - |
| HSV(B) | 238.26º | 0.8% | 0.68% | - |
| XYZ | 8.96 | 4.83 | 39.99 | - |
| YUV | 53.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 173 | 0.80 | 0.77 | 0 | 0.32 | 238.26 | 0.66 | 0.41 |
| Hex | 23 | 27 | AD | 50 | 4D | 0 | 20 | EE | 42 | 29 |
| Octal | 43 | 47 | 255 | 120 | 115 | 0 | 40 | 356 | 102 | 51 |
| Binary | 100011 | 100111 | 10101101 | 1010000 | 1001101 | 0 | 100000 | 11101110 | 1000010 | 101001 |
Color Harmonies of #2327AD
Complementary color
Monochromatic Colors of #2327AD
Black with #2327AD
Text Example
Text Example
White with #2327AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327AD; }
p { color: rgb(35,39,173); }
H1.HeaderClassName
{
color: #2327AD;
}
.AnyTagClassName
{
color: #2327AD;
}
</style>
background-color css
<style>
a { background-color: #2327AD; }
a { background-color: rgb(35,39,173); }
div.DivClassName
{
background-color: #2327AD;
}
.BgClassName
{
background-color: #2327AD;
}
</style>
border-color css
<style>
span { border-color: #2327AD; }
span { border-color: rgb(35,39,173); }
td.TdClassName
{
border-color: #2327AD;
}
.TagClassName
{
border-color: #2327AD;
}
</style>