Shades of Persian Blue #253BAB
Tints of Persian Blue #253BAB
RGB
CMYK
RGB Variations
Color information
#253BAB (or 0x253BAB) is known color: Persian Blue. HEX triplet: 25, 3B and AB. RGB value is (37,59,171). Sum of RGB (Red+Green+Blue) = 37+59+171=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #253BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BAB is #DAC454. Grayscale: #404040. Windows color (decimal): -14337109 or 11221797. OLE color: 11221797.
HSL color Cylindrical-coordinate representation of color #253BAB: hue angle of 230.15º 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 #253BAB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 59 | 171 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.33 |
| HSL | 230.15º | 0.64% | 0.41% | - |
| HSV(B) | 230.15º | 0.78% | 0.67% | - |
| XYZ | 9.68 | 6.46 | 39.27 | - |
| YUV | 65.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 171 | 0.78 | 0.65 | 0 | 0.33 | 230.15 | 0.64 | 0.41 |
| Hex | 25 | 3B | AB | 4E | 41 | 0 | 21 | E6 | 40 | 29 |
| Octal | 45 | 73 | 253 | 116 | 101 | 0 | 41 | 346 | 100 | 51 |
| Binary | 100101 | 111011 | 10101011 | 1001110 | 1000001 | 0 | 100001 | 11100110 | 1000000 | 101001 |
Color Harmonies of #253BAB
Complementary color
Monochromatic Colors of #253BAB
Black with #253BAB
Text Example
Text Example
White with #253BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BAB; }
p { color: rgb(37,59,171); }
H1.HeaderClassName
{
color: #253BAB;
}
.AnyTagClassName
{
color: #253BAB;
}
</style>
background-color css
<style>
a { background-color: #253BAB; }
a { background-color: rgb(37,59,171); }
div.DivClassName
{
background-color: #253BAB;
}
.BgClassName
{
background-color: #253BAB;
}
</style>
border-color css
<style>
span { border-color: #253BAB; }
span { border-color: rgb(37,59,171); }
td.TdClassName
{
border-color: #253BAB;
}
.TagClassName
{
border-color: #253BAB;
}
</style>