Shades of Persian Blue #252BEC
Tints of Persian Blue #252BEC
RGB
CMYK
RGB Variations
Color information
#252BEC (or 0x252BEC) is known color: Persian Blue. HEX triplet: 25, 2B and EC. RGB value is (37,43,236). Sum of RGB (Red+Green+Blue) = 37+43+236=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #252BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BEC is #DAD413. Grayscale: #3E3E3E. Windows color (decimal): -14341140 or 15477541. OLE color: 15477541.
HSL color Cylindrical-coordinate representation of color #252BEC: hue angle of 238.19º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252BEC is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 43 | 236 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.07 |
| HSL | 238.19º | 0.84% | 0.54% | - |
| HSV(B) | 238.19º | 0.84% | 0.93% | - |
| XYZ | 16.77 | 8.18 | 80.05 | - |
| YUV | 63.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 236 | 0.84 | 0.82 | 0 | 0.07 | 238.19 | 0.84 | 0.54 |
| Hex | 25 | 2B | EC | 54 | 52 | 0 | 7 | EE | 54 | 36 |
| Octal | 45 | 53 | 354 | 124 | 122 | 0 | 7 | 356 | 124 | 66 |
| Binary | 100101 | 101011 | 11101100 | 1010100 | 1010010 | 0 | 111 | 11101110 | 1010100 | 110110 |
Color Harmonies of #252BEC
Complementary color
Monochromatic Colors of #252BEC
Black with #252BEC
Text Example
Text Example
White with #252BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252BEC; }
p { color: rgb(37,43,236); }
H1.HeaderClassName
{
color: #252BEC;
}
.AnyTagClassName
{
color: #252BEC;
}
</style>
background-color css
<style>
a { background-color: #252BEC; }
a { background-color: rgb(37,43,236); }
div.DivClassName
{
background-color: #252BEC;
}
.BgClassName
{
background-color: #252BEC;
}
</style>
border-color css
<style>
span { border-color: #252BEC; }
span { border-color: rgb(37,43,236); }
td.TdClassName
{
border-color: #252BEC;
}
.TagClassName
{
border-color: #252BEC;
}
</style>