Shades of Persian Blue #252AB2
Tints of Persian Blue #252AB2
RGB
CMYK
RGB Variations
Color information
#252AB2 (or 0x252AB2) is known color: Persian Blue. HEX triplet: 25, 2A and B2. RGB value is (37,42,178). Sum of RGB (Red+Green+Blue) = 37+42+178=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #252AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AB2 is #DAD54D. Grayscale: #373737. Windows color (decimal): -14341454 or 11676197. OLE color: 11676197.
HSL color Cylindrical-coordinate representation of color #252AB2: hue angle of 237.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252AB2 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 42 | 178 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.30 |
| HSL | 237.87º | 0.66% | 0.42% | - |
| HSV(B) | 237.87º | 0.79% | 0.7% | - |
| XYZ | 9.63 | 5.26 | 42.63 | - |
| YUV | 56.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 178 | 0.79 | 0.76 | 0 | 0.30 | 237.87 | 0.66 | 0.42 |
| Hex | 25 | 2A | B2 | 4F | 4C | 0 | 1E | EE | 42 | 2A |
| Octal | 45 | 52 | 262 | 117 | 114 | 0 | 36 | 356 | 102 | 52 |
| Binary | 100101 | 101010 | 10110010 | 1001111 | 1001100 | 0 | 11110 | 11101110 | 1000010 | 101010 |
Color Harmonies of #252AB2
Complementary color
Monochromatic Colors of #252AB2
Black with #252AB2
Text Example
Text Example
White with #252AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252AB2; }
p { color: rgb(37,42,178); }
H1.HeaderClassName
{
color: #252AB2;
}
.AnyTagClassName
{
color: #252AB2;
}
</style>
background-color css
<style>
a { background-color: #252AB2; }
a { background-color: rgb(37,42,178); }
div.DivClassName
{
background-color: #252AB2;
}
.BgClassName
{
background-color: #252AB2;
}
</style>
border-color css
<style>
span { border-color: #252AB2; }
span { border-color: rgb(37,42,178); }
td.TdClassName
{
border-color: #252AB2;
}
.TagClassName
{
border-color: #252AB2;
}
</style>