Shades of Persian Blue #253AAC
Tints of Persian Blue #253AAC
RGB
CMYK
RGB Variations
Color information
#253AAC (or 0x253AAC) is known color: Persian Blue. HEX triplet: 25, 3A and AC. RGB value is (37,58,172). Sum of RGB (Red+Green+Blue) = 37+58+172=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #253AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253AAC is #DAC553. Grayscale: #404040. Windows color (decimal): -14337364 or 11287077. OLE color: 11287077.
HSL color Cylindrical-coordinate representation of color #253AAC: hue angle of 230.67º 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 #253AAC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 58 | 172 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.33 |
| HSL | 230.67º | 0.65% | 0.41% | - |
| HSV(B) | 230.67º | 0.78% | 0.67% | - |
| XYZ | 9.72 | 6.4 | 39.75 | - |
| YUV | 64.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 172 | 0.78 | 0.66 | 0 | 0.33 | 230.67 | 0.65 | 0.41 |
| Hex | 25 | 3A | AC | 4E | 42 | 0 | 21 | E7 | 41 | 29 |
| Octal | 45 | 72 | 254 | 116 | 102 | 0 | 41 | 347 | 101 | 51 |
| Binary | 100101 | 111010 | 10101100 | 1001110 | 1000010 | 0 | 100001 | 11100111 | 1000001 | 101001 |
Color Harmonies of #253AAC
Complementary color
Monochromatic Colors of #253AAC
Black with #253AAC
Text Example
Text Example
White with #253AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AAC; }
p { color: rgb(37,58,172); }
H1.HeaderClassName
{
color: #253AAC;
}
.AnyTagClassName
{
color: #253AAC;
}
</style>
background-color css
<style>
a { background-color: #253AAC; }
a { background-color: rgb(37,58,172); }
div.DivClassName
{
background-color: #253AAC;
}
.BgClassName
{
background-color: #253AAC;
}
</style>
border-color css
<style>
span { border-color: #253AAC; }
span { border-color: rgb(37,58,172); }
td.TdClassName
{
border-color: #253AAC;
}
.TagClassName
{
border-color: #253AAC;
}
</style>