Shades of Persian Blue #2534CC
Tints of Persian Blue #2534CC
RGB
CMYK
RGB Variations
Color information
#2534CC (or 0x2534CC) is known color: Persian Blue. HEX triplet: 25, 34 and CC. RGB value is (37,52,204). Sum of RGB (Red+Green+Blue) = 37+52+204=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #2534CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534CC is #DACB33. Grayscale: #404040. Windows color (decimal): -14338868 or 13382693. OLE color: 13382693.
HSL color Cylindrical-coordinate representation of color #2534CC: hue angle of 234.61º 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 #2534CC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 52 | 204 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.2 |
| HSL | 234.61º | 0.69% | 0.47% | - |
| HSV(B) | 234.61º | 0.82% | 0.8% | - |
| XYZ | 12.89 | 7.21 | 57.84 | - |
| YUV | 64.84 | 206.53 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 204 | 0.82 | 0.75 | 0 | 0.2 | 234.61 | 0.69 | 0.47 |
| Hex | 25 | 34 | CC | 52 | 4B | 0 | 14 | EB | 45 | 2F |
| Octal | 45 | 64 | 314 | 122 | 113 | 0 | 24 | 353 | 105 | 57 |
| Binary | 100101 | 110100 | 11001100 | 1010010 | 1001011 | 0 | 10100 | 11101011 | 1000101 | 101111 |
Color Harmonies of #2534CC
Complementary color
Monochromatic Colors of #2534CC
Black with #2534CC
Text Example
Text Example
White with #2534CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534CC; }
p { color: rgb(37,52,204); }
H1.HeaderClassName
{
color: #2534CC;
}
.AnyTagClassName
{
color: #2534CC;
}
</style>
background-color css
<style>
a { background-color: #2534CC; }
a { background-color: rgb(37,52,204); }
div.DivClassName
{
background-color: #2534CC;
}
.BgClassName
{
background-color: #2534CC;
}
</style>
border-color css
<style>
span { border-color: #2534CC; }
span { border-color: rgb(37,52,204); }
td.TdClassName
{
border-color: #2534CC;
}
.TagClassName
{
border-color: #2534CC;
}
</style>