Shades of Persian Blue #253BAA
Tints of Persian Blue #253BAA
RGB
CMYK
RGB Variations
Color information
#253BAA (or 0x253BAA) is known color: Persian Blue. HEX triplet: 25, 3B and AA. RGB value is (37,59,170). Sum of RGB (Red+Green+Blue) = 37+59+170=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #253BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BAA is #DAC455. Grayscale: #404040. Windows color (decimal): -14337110 or 11156261. OLE color: 11156261.
HSL color Cylindrical-coordinate representation of color #253BAA: hue angle of 230.08º 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 #253BAA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 59 | 170 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.33 |
| HSL | 230.08º | 0.64% | 0.41% | - |
| HSV(B) | 230.08º | 0.78% | 0.67% | - |
| XYZ | 9.58 | 6.42 | 38.77 | - |
| YUV | 65.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 170 | 0.78 | 0.65 | 0 | 0.33 | 230.08 | 0.64 | 0.41 |
| Hex | 25 | 3B | AA | 4E | 41 | 0 | 21 | E6 | 40 | 29 |
| Octal | 45 | 73 | 252 | 116 | 101 | 0 | 41 | 346 | 100 | 51 |
| Binary | 100101 | 111011 | 10101010 | 1001110 | 1000001 | 0 | 100001 | 11100110 | 1000000 | 101001 |
Color Harmonies of #253BAA
Complementary color
Monochromatic Colors of #253BAA
Black with #253BAA
Text Example
Text Example
White with #253BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BAA; }
p { color: rgb(37,59,170); }
H1.HeaderClassName
{
color: #253BAA;
}
.AnyTagClassName
{
color: #253BAA;
}
</style>
background-color css
<style>
a { background-color: #253BAA; }
a { background-color: rgb(37,59,170); }
div.DivClassName
{
background-color: #253BAA;
}
.BgClassName
{
background-color: #253BAA;
}
</style>
border-color css
<style>
span { border-color: #253BAA; }
span { border-color: rgb(37,59,170); }
td.TdClassName
{
border-color: #253BAA;
}
.TagClassName
{
border-color: #253BAA;
}
</style>