Shades of Persian Blue #2530BA
Tints of Persian Blue #2530BA
RGB
CMYK
RGB Variations
Color information
#2530BA (or 0x2530BA) is known color: Persian Blue. HEX triplet: 25, 30 and BA. RGB value is (37,48,186). Sum of RGB (Red+Green+Blue) = 37+48+186=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #2530BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530BA is #DACF45. Grayscale: #3B3B3B. Windows color (decimal): -14339910 or 12202021. OLE color: 12202021.
HSL color Cylindrical-coordinate representation of color #2530BA: hue angle of 235.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2530BA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 48 | 186 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.27 |
| HSL | 235.57º | 0.67% | 0.44% | - |
| HSV(B) | 235.57º | 0.8% | 0.73% | - |
| XYZ | 10.68 | 6.05 | 47.06 | - |
| YUV | 60.44 | 198.86 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 186 | 0.80 | 0.74 | 0 | 0.27 | 235.57 | 0.67 | 0.44 |
| Hex | 25 | 30 | BA | 50 | 4A | 0 | 1B | EC | 43 | 2C |
| Octal | 45 | 60 | 272 | 120 | 112 | 0 | 33 | 354 | 103 | 54 |
| Binary | 100101 | 110000 | 10111010 | 1010000 | 1001010 | 0 | 11011 | 11101100 | 1000011 | 101100 |
Color Harmonies of #2530BA
Complementary color
Monochromatic Colors of #2530BA
Black with #2530BA
Text Example
Text Example
White with #2530BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530BA; }
p { color: rgb(37,48,186); }
H1.HeaderClassName
{
color: #2530BA;
}
.AnyTagClassName
{
color: #2530BA;
}
</style>
background-color css
<style>
a { background-color: #2530BA; }
a { background-color: rgb(37,48,186); }
div.DivClassName
{
background-color: #2530BA;
}
.BgClassName
{
background-color: #2530BA;
}
</style>
border-color css
<style>
span { border-color: #2530BA; }
span { border-color: rgb(37,48,186); }
td.TdClassName
{
border-color: #2530BA;
}
.TagClassName
{
border-color: #2530BA;
}
</style>