Shades of Persian Blue #2534CB
Tints of Persian Blue #2534CB
RGB
CMYK
RGB Variations
Color information
#2534CB (or 0x2534CB) is known color: Persian Blue. HEX triplet: 25, 34 and CB. RGB value is (37,52,203). Sum of RGB (Red+Green+Blue) = 37+52+203=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #2534CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534CB is #DACB34. Grayscale: #404040. Windows color (decimal): -14338869 or 13317157. OLE color: 13317157.
HSL color Cylindrical-coordinate representation of color #2534CB: hue angle of 234.58º 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 #2534CB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 52 | 203 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.20 |
| HSL | 234.58º | 0.69% | 0.47% | - |
| HSV(B) | 234.58º | 0.82% | 0.8% | - |
| XYZ | 12.77 | 7.16 | 57.21 | - |
| YUV | 64.73 | 206.03 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 203 | 0.82 | 0.74 | 0 | 0.20 | 234.58 | 0.69 | 0.47 |
| Hex | 25 | 34 | CB | 52 | 4A | 0 | 14 | EB | 45 | 2F |
| Octal | 45 | 64 | 313 | 122 | 112 | 0 | 24 | 353 | 105 | 57 |
| Binary | 100101 | 110100 | 11001011 | 1010010 | 1001010 | 0 | 10100 | 11101011 | 1000101 | 101111 |
Color Harmonies of #2534CB
Complementary color
Monochromatic Colors of #2534CB
Black with #2534CB
Text Example
Text Example
White with #2534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534CB; }
p { color: rgb(37,52,203); }
H1.HeaderClassName
{
color: #2534CB;
}
.AnyTagClassName
{
color: #2534CB;
}
</style>
background-color css
<style>
a { background-color: #2534CB; }
a { background-color: rgb(37,52,203); }
div.DivClassName
{
background-color: #2534CB;
}
.BgClassName
{
background-color: #2534CB;
}
</style>
border-color css
<style>
span { border-color: #2534CB; }
span { border-color: rgb(37,52,203); }
td.TdClassName
{
border-color: #2534CB;
}
.TagClassName
{
border-color: #2534CB;
}
</style>