Shades of Persian Blue #253AAF
Tints of Persian Blue #253AAF
RGB
CMYK
RGB Variations
Color information
#253AAF (or 0x253AAF) is known color: Persian Blue. HEX triplet: 25, 3A and AF. RGB value is (37,58,175). Sum of RGB (Red+Green+Blue) = 37+58+175=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #253AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253AAF is #DAC550. Grayscale: #404040. Windows color (decimal): -14337361 or 11483685. OLE color: 11483685.
HSL color Cylindrical-coordinate representation of color #253AAF: hue angle of 230.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #253AAF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 58 | 175 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.31 |
| HSL | 230.87º | 0.65% | 0.42% | - |
| HSV(B) | 230.87º | 0.79% | 0.69% | - |
| XYZ | 10.01 | 6.51 | 41.29 | - |
| YUV | 65.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 175 | 0.79 | 0.67 | 0 | 0.31 | 230.87 | 0.65 | 0.42 |
| Hex | 25 | 3A | AF | 4F | 43 | 0 | 1F | E7 | 41 | 2A |
| Octal | 45 | 72 | 257 | 117 | 103 | 0 | 37 | 347 | 101 | 52 |
| Binary | 100101 | 111010 | 10101111 | 1001111 | 1000011 | 0 | 11111 | 11100111 | 1000001 | 101010 |
Color Harmonies of #253AAF
Complementary color
Monochromatic Colors of #253AAF
Black with #253AAF
Text Example
Text Example
White with #253AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AAF; }
p { color: rgb(37,58,175); }
H1.HeaderClassName
{
color: #253AAF;
}
.AnyTagClassName
{
color: #253AAF;
}
</style>
background-color css
<style>
a { background-color: #253AAF; }
a { background-color: rgb(37,58,175); }
div.DivClassName
{
background-color: #253AAF;
}
.BgClassName
{
background-color: #253AAF;
}
</style>
border-color css
<style>
span { border-color: #253AAF; }
span { border-color: rgb(37,58,175); }
td.TdClassName
{
border-color: #253AAF;
}
.TagClassName
{
border-color: #253AAF;
}
</style>