Shades of Persian Blue #2532CB
Tints of Persian Blue #2532CB
RGB
CMYK
RGB Variations
Color information
#2532CB (or 0x2532CB) is known color: Persian Blue. HEX triplet: 25, 32 and CB. RGB value is (37,50,203). Sum of RGB (Red+Green+Blue) = 37+50+203=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #2532CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532CB is #DACD34. Grayscale: #3E3E3E. Windows color (decimal): -14339381 or 13316645. OLE color: 13316645.
HSL color Cylindrical-coordinate representation of color #2532CB: hue angle of 235.3º 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 #2532CB is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 50 | 203 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.20 |
| HSL | 235.3º | 0.69% | 0.47% | - |
| HSV(B) | 235.3º | 0.82% | 0.8% | - |
| XYZ | 12.68 | 6.99 | 57.18 | - |
| YUV | 63.56 | 206.69 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 203 | 0.82 | 0.75 | 0 | 0.20 | 235.3 | 0.69 | 0.47 |
| Hex | 25 | 32 | CB | 52 | 4B | 0 | 14 | EB | 45 | 2F |
| Octal | 45 | 62 | 313 | 122 | 113 | 0 | 24 | 353 | 105 | 57 |
| Binary | 100101 | 110010 | 11001011 | 1010010 | 1001011 | 0 | 10100 | 11101011 | 1000101 | 101111 |
Color Harmonies of #2532CB
Complementary color
Monochromatic Colors of #2532CB
Black with #2532CB
Text Example
Text Example
White with #2532CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2532CB; }
p { color: rgb(37,50,203); }
H1.HeaderClassName
{
color: #2532CB;
}
.AnyTagClassName
{
color: #2532CB;
}
</style>
background-color css
<style>
a { background-color: #2532CB; }
a { background-color: rgb(37,50,203); }
div.DivClassName
{
background-color: #2532CB;
}
.BgClassName
{
background-color: #2532CB;
}
</style>
border-color css
<style>
span { border-color: #2532CB; }
span { border-color: rgb(37,50,203); }
td.TdClassName
{
border-color: #2532CB;
}
.TagClassName
{
border-color: #2532CB;
}
</style>