Shades of Persian Blue #2540CA
Tints of Persian Blue #2540CA
RGB
CMYK
RGB Variations
Color information
#2540CA (or 0x2540CA) is known color: Persian Blue. HEX triplet: 25, 40 and CA. RGB value is (37,64,202). Sum of RGB (Red+Green+Blue) = 37+64+202=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #2540CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540CA is #DABF35. Grayscale: #474747. Windows color (decimal): -14335798 or 13254693. OLE color: 13254693.
HSL color Cylindrical-coordinate representation of color #2540CA: hue angle of 230.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2540CA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 64 | 202 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.21 |
| HSL | 230.18º | 0.69% | 0.47% | - |
| HSV(B) | 230.18º | 0.82% | 0.79% | - |
| XYZ | 13.26 | 8.32 | 56.79 | - |
| YUV | 71.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 202 | 0.82 | 0.68 | 0 | 0.21 | 230.18 | 0.69 | 0.47 |
| Hex | 25 | 40 | CA | 52 | 44 | 0 | 15 | E6 | 45 | 2F |
| Octal | 45 | 100 | 312 | 122 | 104 | 0 | 25 | 346 | 105 | 57 |
| Binary | 100101 | 1000000 | 11001010 | 1010010 | 1000100 | 0 | 10101 | 11100110 | 1000101 | 101111 |
Color Harmonies of #2540CA
Complementary color
Monochromatic Colors of #2540CA
Black with #2540CA
Text Example
Text Example
White with #2540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2540CA; }
p { color: rgb(37,64,202); }
H1.HeaderClassName
{
color: #2540CA;
}
.AnyTagClassName
{
color: #2540CA;
}
</style>
background-color css
<style>
a { background-color: #2540CA; }
a { background-color: rgb(37,64,202); }
div.DivClassName
{
background-color: #2540CA;
}
.BgClassName
{
background-color: #2540CA;
}
</style>
border-color css
<style>
span { border-color: #2540CA; }
span { border-color: rgb(37,64,202); }
td.TdClassName
{
border-color: #2540CA;
}
.TagClassName
{
border-color: #2540CA;
}
</style>