Shades of Persian Blue #253FAA
Tints of Persian Blue #253FAA
RGB
CMYK
RGB Variations
Color information
#253FAA (or 0x253FAA) is known color: Persian Blue. HEX triplet: 25, 3F and AA. RGB value is (37,63,170). Sum of RGB (Red+Green+Blue) = 37+63+170=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #253FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FAA is #DAC055. Grayscale: #424242. Windows color (decimal): -14336086 or 11157285. OLE color: 11157285.
HSL color Cylindrical-coordinate representation of color #253FAA: hue angle of 228.27º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253FAA is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 63 | 170 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.33 |
| HSL | 228.27º | 0.64% | 0.41% | - |
| HSV(B) | 228.27º | 0.78% | 0.67% | - |
| XYZ | 9.8 | 6.85 | 38.84 | - |
| YUV | 67.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 170 | 0.78 | 0.63 | 0 | 0.33 | 228.27 | 0.64 | 0.41 |
| Hex | 25 | 3F | AA | 4E | 3F | 0 | 21 | E4 | 40 | 29 |
| Octal | 45 | 77 | 252 | 116 | 77 | 0 | 41 | 344 | 100 | 51 |
| Binary | 100101 | 111111 | 10101010 | 1001110 | 111111 | 0 | 100001 | 11100100 | 1000000 | 101001 |
Color Harmonies of #253FAA
Complementary color
Monochromatic Colors of #253FAA
Black with #253FAA
Text Example
Text Example
White with #253FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FAA; }
p { color: rgb(37,63,170); }
H1.HeaderClassName
{
color: #253FAA;
}
.AnyTagClassName
{
color: #253FAA;
}
</style>
background-color css
<style>
a { background-color: #253FAA; }
a { background-color: rgb(37,63,170); }
div.DivClassName
{
background-color: #253FAA;
}
.BgClassName
{
background-color: #253FAA;
}
</style>
border-color css
<style>
span { border-color: #253FAA; }
span { border-color: rgb(37,63,170); }
td.TdClassName
{
border-color: #253FAA;
}
.TagClassName
{
border-color: #253FAA;
}
</style>