Shades of Persian Blue #253FEA
Tints of Persian Blue #253FEA
RGB
CMYK
RGB Variations
Color information
#253FEA (or 0x253FEA) is known color: Persian Blue. HEX triplet: 25, 3F and EA. RGB value is (37,63,234). Sum of RGB (Red+Green+Blue) = 37+63+234=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #253FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FEA is #DAC015. Grayscale: #4A4A4A. Windows color (decimal): -14336022 or 15351589. OLE color: 15351589.
HSL color Cylindrical-coordinate representation of color #253FEA: hue angle of 232.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253FEA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 63 | 234 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.08 |
| HSL | 232.08º | 0.82% | 0.53% | - |
| HSV(B) | 232.08º | 0.84% | 0.92% | - |
| XYZ | 17.39 | 9.89 | 78.83 | - |
| YUV | 74.72 | 217.89 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 234 | 0.84 | 0.73 | 0 | 0.08 | 232.08 | 0.82 | 0.53 |
| Hex | 25 | 3F | EA | 54 | 49 | 0 | 8 | E8 | 52 | 35 |
| Octal | 45 | 77 | 352 | 124 | 111 | 0 | 10 | 350 | 122 | 65 |
| Binary | 100101 | 111111 | 11101010 | 1010100 | 1001001 | 0 | 1000 | 11101000 | 1010010 | 110101 |
Color Harmonies of #253FEA
Complementary color
Monochromatic Colors of #253FEA
Black with #253FEA
Text Example
Text Example
White with #253FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FEA; }
p { color: rgb(37,63,234); }
H1.HeaderClassName
{
color: #253FEA;
}
.AnyTagClassName
{
color: #253FEA;
}
</style>
background-color css
<style>
a { background-color: #253FEA; }
a { background-color: rgb(37,63,234); }
div.DivClassName
{
background-color: #253FEA;
}
.BgClassName
{
background-color: #253FEA;
}
</style>
border-color css
<style>
span { border-color: #253FEA; }
span { border-color: rgb(37,63,234); }
td.TdClassName
{
border-color: #253FEA;
}
.TagClassName
{
border-color: #253FEA;
}
</style>