Shades of Persian Blue #253CAC
Tints of Persian Blue #253CAC
RGB
CMYK
RGB Variations
Color information
#253CAC (or 0x253CAC) is known color: Persian Blue. HEX triplet: 25, 3C and AC. RGB value is (37,60,172). Sum of RGB (Red+Green+Blue) = 37+60+172=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #253CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253CAC is #DAC353. Grayscale: #414141. Windows color (decimal): -14336852 or 11287589. OLE color: 11287589.
HSL color Cylindrical-coordinate representation of color #253CAC: hue angle of 229.78º degrees, saturation: 0.65, 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 #253CAC is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 60 | 172 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.33 |
| HSL | 229.78º | 0.65% | 0.41% | - |
| HSV(B) | 229.78º | 0.78% | 0.67% | - |
| XYZ | 9.83 | 6.6 | 39.79 | - |
| YUV | 65.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 172 | 0.78 | 0.65 | 0 | 0.33 | 229.78 | 0.65 | 0.41 |
| Hex | 25 | 3C | AC | 4E | 41 | 0 | 21 | E6 | 41 | 29 |
| Octal | 45 | 74 | 254 | 116 | 101 | 0 | 41 | 346 | 101 | 51 |
| Binary | 100101 | 111100 | 10101100 | 1001110 | 1000001 | 0 | 100001 | 11100110 | 1000001 | 101001 |
Color Harmonies of #253CAC
Complementary color
Monochromatic Colors of #253CAC
Black with #253CAC
Text Example
Text Example
White with #253CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CAC; }
p { color: rgb(37,60,172); }
H1.HeaderClassName
{
color: #253CAC;
}
.AnyTagClassName
{
color: #253CAC;
}
</style>
background-color css
<style>
a { background-color: #253CAC; }
a { background-color: rgb(37,60,172); }
div.DivClassName
{
background-color: #253CAC;
}
.BgClassName
{
background-color: #253CAC;
}
</style>
border-color css
<style>
span { border-color: #253CAC; }
span { border-color: rgb(37,60,172); }
td.TdClassName
{
border-color: #253CAC;
}
.TagClassName
{
border-color: #253CAC;
}
</style>