Shades of Persian Blue #253EEA
Tints of Persian Blue #253EEA
RGB
CMYK
RGB Variations
Color information
#253EEA (or 0x253EEA) is known color: Persian Blue. HEX triplet: 25, 3E and EA. RGB value is (37,62,234). Sum of RGB (Red+Green+Blue) = 37+62+234=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #253EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EEA is #DAC115. Grayscale: #494949. Windows color (decimal): -14336278 or 15351333. OLE color: 15351333.
HSL color Cylindrical-coordinate representation of color #253EEA: hue angle of 232.39º 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 #253EEA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 62 | 234 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.08 |
| HSL | 232.39º | 0.82% | 0.53% | - |
| HSV(B) | 232.39º | 0.84% | 0.92% | - |
| XYZ | 17.34 | 9.78 | 78.82 | - |
| YUV | 74.13 | 218.22 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 234 | 0.84 | 0.74 | 0 | 0.08 | 232.39 | 0.82 | 0.53 |
| Hex | 25 | 3E | EA | 54 | 4A | 0 | 8 | E8 | 52 | 35 |
| Octal | 45 | 76 | 352 | 124 | 112 | 0 | 10 | 350 | 122 | 65 |
| Binary | 100101 | 111110 | 11101010 | 1010100 | 1001010 | 0 | 1000 | 11101000 | 1010010 | 110101 |
Color Harmonies of #253EEA
Complementary color
Monochromatic Colors of #253EEA
Black with #253EEA
Text Example
Text Example
White with #253EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EEA; }
p { color: rgb(37,62,234); }
H1.HeaderClassName
{
color: #253EEA;
}
.AnyTagClassName
{
color: #253EEA;
}
</style>
background-color css
<style>
a { background-color: #253EEA; }
a { background-color: rgb(37,62,234); }
div.DivClassName
{
background-color: #253EEA;
}
.BgClassName
{
background-color: #253EEA;
}
</style>
border-color css
<style>
span { border-color: #253EEA; }
span { border-color: rgb(37,62,234); }
td.TdClassName
{
border-color: #253EEA;
}
.TagClassName
{
border-color: #253EEA;
}
</style>