Shades of Persian Blue #2523CC
Tints of Persian Blue #2523CC
RGB
CMYK
RGB Variations
Color information
#2523CC (or 0x2523CC) is known color: Persian Blue. HEX triplet: 25, 23 and CC. RGB value is (37,35,204). Sum of RGB (Red+Green+Blue) = 37+35+204=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2523CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523CC is #DADC33. Grayscale: #363636. Windows color (decimal): -14343220 or 13378341. OLE color: 13378341.
HSL color Cylindrical-coordinate representation of color #2523CC: hue angle of 240.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2523CC is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 35 | 204 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.2 |
| HSL | 240.71º | 0.71% | 0.47% | - |
| HSV(B) | 240.71º | 0.83% | 0.8% | - |
| XYZ | 12.26 | 5.96 | 57.63 | - |
| YUV | 54.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 204 | 0.82 | 0.83 | 0 | 0.2 | 240.71 | 0.71 | 0.47 |
| Hex | 25 | 23 | CC | 52 | 53 | 0 | 14 | F1 | 47 | 2F |
| Octal | 45 | 43 | 314 | 122 | 123 | 0 | 24 | 361 | 107 | 57 |
| Binary | 100101 | 100011 | 11001100 | 1010010 | 1010011 | 0 | 10100 | 11110001 | 1000111 | 101111 |
Color Harmonies of #2523CC
Complementary color
Monochromatic Colors of #2523CC
Black with #2523CC
Text Example
Text Example
White with #2523CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2523CC; }
p { color: rgb(37,35,204); }
H1.HeaderClassName
{
color: #2523CC;
}
.AnyTagClassName
{
color: #2523CC;
}
</style>
background-color css
<style>
a { background-color: #2523CC; }
a { background-color: rgb(37,35,204); }
div.DivClassName
{
background-color: #2523CC;
}
.BgClassName
{
background-color: #2523CC;
}
</style>
border-color css
<style>
span { border-color: #2523CC; }
span { border-color: rgb(37,35,204); }
td.TdClassName
{
border-color: #2523CC;
}
.TagClassName
{
border-color: #2523CC;
}
</style>