Shades of Persian Blue #253BEA
Tints of Persian Blue #253BEA
RGB
CMYK
RGB Variations
Color information
#253BEA (or 0x253BEA) is known color: Persian Blue. HEX triplet: 25, 3B and EA. RGB value is (37,59,234). Sum of RGB (Red+Green+Blue) = 37+59+234=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #253BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BEA is #DAC415. Grayscale: #474747. Windows color (decimal): -14337046 or 15350565. OLE color: 15350565.
HSL color Cylindrical-coordinate representation of color #253BEA: hue angle of 233.3º 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 #253BEA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 59 | 234 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.08 |
| HSL | 233.3º | 0.82% | 0.53% | - |
| HSV(B) | 233.3º | 0.84% | 0.92% | - |
| XYZ | 17.18 | 9.46 | 78.76 | - |
| YUV | 72.37 | 219.21 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 234 | 0.84 | 0.75 | 0 | 0.08 | 233.3 | 0.82 | 0.53 |
| Hex | 25 | 3B | EA | 54 | 4B | 0 | 8 | E9 | 52 | 35 |
| Octal | 45 | 73 | 352 | 124 | 113 | 0 | 10 | 351 | 122 | 65 |
| Binary | 100101 | 111011 | 11101010 | 1010100 | 1001011 | 0 | 1000 | 11101001 | 1010010 | 110101 |
Color Harmonies of #253BEA
Complementary color
Monochromatic Colors of #253BEA
Black with #253BEA
Text Example
Text Example
White with #253BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BEA; }
p { color: rgb(37,59,234); }
H1.HeaderClassName
{
color: #253BEA;
}
.AnyTagClassName
{
color: #253BEA;
}
</style>
background-color css
<style>
a { background-color: #253BEA; }
a { background-color: rgb(37,59,234); }
div.DivClassName
{
background-color: #253BEA;
}
.BgClassName
{
background-color: #253BEA;
}
</style>
border-color css
<style>
span { border-color: #253BEA; }
span { border-color: rgb(37,59,234); }
td.TdClassName
{
border-color: #253BEA;
}
.TagClassName
{
border-color: #253BEA;
}
</style>