Shades of Persian Blue #253FAB
Tints of Persian Blue #253FAB
RGB
CMYK
RGB Variations
Color information
#253FAB (or 0x253FAB) is known color: Persian Blue. HEX triplet: 25, 3F and AB. RGB value is (37,63,171). Sum of RGB (Red+Green+Blue) = 37+63+171=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #253FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FAB is #DAC054. Grayscale: #434343. Windows color (decimal): -14336085 or 11222821. OLE color: 11222821.
HSL color Cylindrical-coordinate representation of color #253FAB: hue angle of 228.36º 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 #253FAB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 63 | 171 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.33 |
| HSL | 228.36º | 0.64% | 0.41% | - |
| HSV(B) | 228.36º | 0.78% | 0.67% | - |
| XYZ | 9.89 | 6.89 | 39.34 | - |
| YUV | 67.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 171 | 0.78 | 0.63 | 0 | 0.33 | 228.36 | 0.64 | 0.41 |
| Hex | 25 | 3F | AB | 4E | 3F | 0 | 21 | E4 | 40 | 29 |
| Octal | 45 | 77 | 253 | 116 | 77 | 0 | 41 | 344 | 100 | 51 |
| Binary | 100101 | 111111 | 10101011 | 1001110 | 111111 | 0 | 100001 | 11100100 | 1000000 | 101001 |
Color Harmonies of #253FAB
Complementary color
Monochromatic Colors of #253FAB
Black with #253FAB
Text Example
Text Example
White with #253FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FAB; }
p { color: rgb(37,63,171); }
H1.HeaderClassName
{
color: #253FAB;
}
.AnyTagClassName
{
color: #253FAB;
}
</style>
background-color css
<style>
a { background-color: #253FAB; }
a { background-color: rgb(37,63,171); }
div.DivClassName
{
background-color: #253FAB;
}
.BgClassName
{
background-color: #253FAB;
}
</style>
border-color css
<style>
span { border-color: #253FAB; }
span { border-color: rgb(37,63,171); }
td.TdClassName
{
border-color: #253FAB;
}
.TagClassName
{
border-color: #253FAB;
}
</style>