Shades of Persian Blue #2530DF
Tints of Persian Blue #2530DF
RGB
CMYK
RGB Variations
Color information
#2530DF (or 0x2530DF) is known color: Persian Blue. HEX triplet: 25, 30 and DF. RGB value is (37,48,223). Sum of RGB (Red+Green+Blue) = 37+48+223=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #2530DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530DF is #DACF20. Grayscale: #3F3F3F. Windows color (decimal): -14339873 or 14626853. OLE color: 14626853.
HSL color Cylindrical-coordinate representation of color #2530DF: hue angle of 236.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2530DF is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 48 | 223 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.13 |
| HSL | 236.45º | 0.74% | 0.51% | - |
| HSV(B) | 236.45º | 0.83% | 0.87% | - |
| XYZ | 15.14 | 7.83 | 70.53 | - |
| YUV | 64.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 223 | 0.83 | 0.78 | 0 | 0.13 | 236.45 | 0.74 | 0.51 |
| Hex | 25 | 30 | DF | 53 | 4E | 0 | D | EC | 4A | 33 |
| Octal | 45 | 60 | 337 | 123 | 116 | 0 | 15 | 354 | 112 | 63 |
| Binary | 100101 | 110000 | 11011111 | 1010011 | 1001110 | 0 | 1101 | 11101100 | 1001010 | 110011 |
Color Harmonies of #2530DF
Complementary color
Monochromatic Colors of #2530DF
Black with #2530DF
Text Example
Text Example
White with #2530DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530DF; }
p { color: rgb(37,48,223); }
H1.HeaderClassName
{
color: #2530DF;
}
.AnyTagClassName
{
color: #2530DF;
}
</style>
background-color css
<style>
a { background-color: #2530DF; }
a { background-color: rgb(37,48,223); }
div.DivClassName
{
background-color: #2530DF;
}
.BgClassName
{
background-color: #2530DF;
}
</style>
border-color css
<style>
span { border-color: #2530DF; }
span { border-color: rgb(37,48,223); }
td.TdClassName
{
border-color: #2530DF;
}
.TagClassName
{
border-color: #2530DF;
}
</style>