Shades of Persian Blue #253AAE
Tints of Persian Blue #253AAE
RGB
CMYK
RGB Variations
Color information
#253AAE (or 0x253AAE) is known color: Persian Blue. HEX triplet: 25, 3A and AE. RGB value is (37,58,174). Sum of RGB (Red+Green+Blue) = 37+58+174=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #253AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253AAE is #DAC551. Grayscale: #404040. Windows color (decimal): -14337362 or 11418149. OLE color: 11418149.
HSL color Cylindrical-coordinate representation of color #253AAE: hue angle of 230.8º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #253AAE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 58 | 174 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.32 |
| HSL | 230.8º | 0.65% | 0.41% | - |
| HSV(B) | 230.8º | 0.79% | 0.68% | - |
| XYZ | 9.92 | 6.48 | 40.77 | - |
| YUV | 64.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 174 | 0.79 | 0.67 | 0 | 0.32 | 230.8 | 0.65 | 0.41 |
| Hex | 25 | 3A | AE | 4F | 43 | 0 | 20 | E7 | 41 | 29 |
| Octal | 45 | 72 | 256 | 117 | 103 | 0 | 40 | 347 | 101 | 51 |
| Binary | 100101 | 111010 | 10101110 | 1001111 | 1000011 | 0 | 100000 | 11100111 | 1000001 | 101001 |
Color Harmonies of #253AAE
Complementary color
Monochromatic Colors of #253AAE
Black with #253AAE
Text Example
Text Example
White with #253AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AAE; }
p { color: rgb(37,58,174); }
H1.HeaderClassName
{
color: #253AAE;
}
.AnyTagClassName
{
color: #253AAE;
}
</style>
background-color css
<style>
a { background-color: #253AAE; }
a { background-color: rgb(37,58,174); }
div.DivClassName
{
background-color: #253AAE;
}
.BgClassName
{
background-color: #253AAE;
}
</style>
border-color css
<style>
span { border-color: #253AAE; }
span { border-color: rgb(37,58,174); }
td.TdClassName
{
border-color: #253AAE;
}
.TagClassName
{
border-color: #253AAE;
}
</style>