Shades of Persian Blue #2325AD
Tints of Persian Blue #2325AD
RGB
CMYK
RGB Variations
Color information
#2325AD (or 0x2325AD) is known color: Persian Blue. HEX triplet: 23, 25 and AD. RGB value is (35,37,173). Sum of RGB (Red+Green+Blue) = 35+37+173=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #2325AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2325AD is #DCDA52. Grayscale: #333333. Windows color (decimal): -14473811 or 11347235. OLE color: 11347235.
HSL color Cylindrical-coordinate representation of color #2325AD: hue angle of 239.13º 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 #2325AD is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 37 | 173 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.32 |
| HSL | 239.13º | 0.66% | 0.41% | - |
| HSV(B) | 239.13º | 0.8% | 0.68% | - |
| XYZ | 8.9 | 4.7 | 39.97 | - |
| YUV | 51.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 173 | 0.80 | 0.79 | 0 | 0.32 | 239.13 | 0.66 | 0.41 |
| Hex | 23 | 25 | AD | 50 | 4F | 0 | 20 | EF | 42 | 29 |
| Octal | 43 | 45 | 255 | 120 | 117 | 0 | 40 | 357 | 102 | 51 |
| Binary | 100011 | 100101 | 10101101 | 1010000 | 1001111 | 0 | 100000 | 11101111 | 1000010 | 101001 |
Color Harmonies of #2325AD
Complementary color
Monochromatic Colors of #2325AD
Black with #2325AD
Text Example
Text Example
White with #2325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325AD; }
p { color: rgb(35,37,173); }
H1.HeaderClassName
{
color: #2325AD;
}
.AnyTagClassName
{
color: #2325AD;
}
</style>
background-color css
<style>
a { background-color: #2325AD; }
a { background-color: rgb(35,37,173); }
div.DivClassName
{
background-color: #2325AD;
}
.BgClassName
{
background-color: #2325AD;
}
</style>
border-color css
<style>
span { border-color: #2325AD; }
span { border-color: rgb(35,37,173); }
td.TdClassName
{
border-color: #2325AD;
}
.TagClassName
{
border-color: #2325AD;
}
</style>