Shades of Persian Blue #251EAA
Tints of Persian Blue #251EAA
RGB
CMYK
RGB Variations
Color information
#251EAA (or 0x251EAA) is known color: Persian Blue. HEX triplet: 25, 1E and AA. RGB value is (37,30,170). Sum of RGB (Red+Green+Blue) = 37+30+170=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #251EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EAA is #DAE155. Grayscale: #2F2F2F. Windows color (decimal): -14344534 or 11148837. OLE color: 11148837.
HSL color Cylindrical-coordinate representation of color #251EAA: hue angle of 243º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251EAA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 30 | 170 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.33 |
| HSL | 243º | 0.7% | 0.39% | - |
| HSV(B) | 243º | 0.82% | 0.67% | - |
| XYZ | 8.48 | 4.22 | 38.4 | - |
| YUV | 48.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 170 | 0.78 | 0.82 | 0 | 0.33 | 243 | 0.7 | 0.39 |
| Hex | 25 | 1E | AA | 4E | 52 | 0 | 21 | F3 | 46 | 27 |
| Octal | 45 | 36 | 252 | 116 | 122 | 0 | 41 | 363 | 106 | 47 |
| Binary | 100101 | 11110 | 10101010 | 1001110 | 1010010 | 0 | 100001 | 11110011 | 1000110 | 100111 |
Color Harmonies of #251EAA
Complementary color
Monochromatic Colors of #251EAA
Black with #251EAA
Text Example
Text Example
White with #251EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EAA; }
p { color: rgb(37,30,170); }
H1.HeaderClassName
{
color: #251EAA;
}
.AnyTagClassName
{
color: #251EAA;
}
</style>
background-color css
<style>
a { background-color: #251EAA; }
a { background-color: rgb(37,30,170); }
div.DivClassName
{
background-color: #251EAA;
}
.BgClassName
{
background-color: #251EAA;
}
</style>
border-color css
<style>
span { border-color: #251EAA; }
span { border-color: rgb(37,30,170); }
td.TdClassName
{
border-color: #251EAA;
}
.TagClassName
{
border-color: #251EAA;
}
</style>