Shades of Persian Blue #2540CB
Tints of Persian Blue #2540CB
RGB
CMYK
RGB Variations
Color information
#2540CB (or 0x2540CB) is known color: Persian Blue. HEX triplet: 25, 40 and CB. RGB value is (37,64,203). Sum of RGB (Red+Green+Blue) = 37+64+203=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #2540CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540CB is #DABF34. Grayscale: #474747. Windows color (decimal): -14335797 or 13320229. OLE color: 13320229.
HSL color Cylindrical-coordinate representation of color #2540CB: hue angle of 230.24º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2540CB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 64 | 203 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.20 |
| HSL | 230.24º | 0.69% | 0.47% | - |
| HSV(B) | 230.24º | 0.82% | 0.8% | - |
| XYZ | 13.38 | 8.37 | 57.41 | - |
| YUV | 71.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 203 | 0.82 | 0.68 | 0 | 0.20 | 230.24 | 0.69 | 0.47 |
| Hex | 25 | 40 | CB | 52 | 44 | 0 | 14 | E6 | 45 | 2F |
| Octal | 45 | 100 | 313 | 122 | 104 | 0 | 24 | 346 | 105 | 57 |
| Binary | 100101 | 1000000 | 11001011 | 1010010 | 1000100 | 0 | 10100 | 11100110 | 1000101 | 101111 |
Color Harmonies of #2540CB
Complementary color
Monochromatic Colors of #2540CB
Black with #2540CB
Text Example
Text Example
White with #2540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2540CB; }
p { color: rgb(37,64,203); }
H1.HeaderClassName
{
color: #2540CB;
}
.AnyTagClassName
{
color: #2540CB;
}
</style>
background-color css
<style>
a { background-color: #2540CB; }
a { background-color: rgb(37,64,203); }
div.DivClassName
{
background-color: #2540CB;
}
.BgClassName
{
background-color: #2540CB;
}
</style>
border-color css
<style>
span { border-color: #2540CB; }
span { border-color: rgb(37,64,203); }
td.TdClassName
{
border-color: #2540CB;
}
.TagClassName
{
border-color: #2540CB;
}
</style>