Shades of Persian Blue #2530AD
Tints of Persian Blue #2530AD
RGB
CMYK
RGB Variations
Color information
#2530AD (or 0x2530AD) is known color: Persian Blue. HEX triplet: 25, 30 and AD. RGB value is (37,48,173). Sum of RGB (Red+Green+Blue) = 37+48+173=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #2530AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2530AD is #DACF52. Grayscale: #3A3A3A. Windows color (decimal): -14339923 or 11350053. OLE color: 11350053.
HSL color Cylindrical-coordinate representation of color #2530AD: hue angle of 235.15º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2530AD is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 48 | 173 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.32 |
| HSL | 235.15º | 0.65% | 0.41% | - |
| HSV(B) | 235.15º | 0.79% | 0.68% | - |
| XYZ | 9.36 | 5.52 | 40.11 | - |
| YUV | 58.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 173 | 0.79 | 0.72 | 0 | 0.32 | 235.15 | 0.65 | 0.41 |
| Hex | 25 | 30 | AD | 4F | 48 | 0 | 20 | EB | 41 | 29 |
| Octal | 45 | 60 | 255 | 117 | 110 | 0 | 40 | 353 | 101 | 51 |
| Binary | 100101 | 110000 | 10101101 | 1001111 | 1001000 | 0 | 100000 | 11101011 | 1000001 | 101001 |
Color Harmonies of #2530AD
Complementary color
Monochromatic Colors of #2530AD
Black with #2530AD
Text Example
Text Example
White with #2530AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530AD; }
p { color: rgb(37,48,173); }
H1.HeaderClassName
{
color: #2530AD;
}
.AnyTagClassName
{
color: #2530AD;
}
</style>
background-color css
<style>
a { background-color: #2530AD; }
a { background-color: rgb(37,48,173); }
div.DivClassName
{
background-color: #2530AD;
}
.BgClassName
{
background-color: #2530AD;
}
</style>
border-color css
<style>
span { border-color: #2530AD; }
span { border-color: rgb(37,48,173); }
td.TdClassName
{
border-color: #2530AD;
}
.TagClassName
{
border-color: #2530AD;
}
</style>