Shades of Persian Blue #252ECC
Tints of Persian Blue #252ECC
RGB
CMYK
RGB Variations
Color information
#252ECC (or 0x252ECC) is known color: Persian Blue. HEX triplet: 25, 2E and CC. RGB value is (37,46,204). Sum of RGB (Red+Green+Blue) = 37+46+204=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #252ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ECC is #DAD133. Grayscale: #3C3C3C. Windows color (decimal): -14340404 or 13381157. OLE color: 13381157.
HSL color Cylindrical-coordinate representation of color #252ECC: hue angle of 236.77º 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 #252ECC is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 46 | 204 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.2 |
| HSL | 236.77º | 0.69% | 0.47% | - |
| HSV(B) | 236.77º | 0.82% | 0.8% | - |
| XYZ | 12.64 | 6.71 | 57.76 | - |
| YUV | 61.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 204 | 0.82 | 0.77 | 0 | 0.2 | 236.77 | 0.69 | 0.47 |
| Hex | 25 | 2E | CC | 52 | 4D | 0 | 14 | ED | 45 | 2F |
| Octal | 45 | 56 | 314 | 122 | 115 | 0 | 24 | 355 | 105 | 57 |
| Binary | 100101 | 101110 | 11001100 | 1010010 | 1001101 | 0 | 10100 | 11101101 | 1000101 | 101111 |
Color Harmonies of #252ECC
Complementary color
Monochromatic Colors of #252ECC
Black with #252ECC
Text Example
Text Example
White with #252ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ECC; }
p { color: rgb(37,46,204); }
H1.HeaderClassName
{
color: #252ECC;
}
.AnyTagClassName
{
color: #252ECC;
}
</style>
background-color css
<style>
a { background-color: #252ECC; }
a { background-color: rgb(37,46,204); }
div.DivClassName
{
background-color: #252ECC;
}
.BgClassName
{
background-color: #252ECC;
}
</style>
border-color css
<style>
span { border-color: #252ECC; }
span { border-color: rgb(37,46,204); }
td.TdClassName
{
border-color: #252ECC;
}
.TagClassName
{
border-color: #252ECC;
}
</style>