Shades of Persian Blue #252ADB
Tints of Persian Blue #252ADB
RGB
CMYK
RGB Variations
Color information
#252ADB (or 0x252ADB) is known color: Persian Blue. HEX triplet: 25, 2A and DB. RGB value is (37,42,219). Sum of RGB (Red+Green+Blue) = 37+42+219=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #252ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ADB is #DAD524. Grayscale: #3B3B3B. Windows color (decimal): -14341413 or 14363173. OLE color: 14363173.
HSL color Cylindrical-coordinate representation of color #252ADB: hue angle of 238.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252ADB is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 42 | 219 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.14 |
| HSL | 238.35º | 0.72% | 0.5% | - |
| HSV(B) | 238.35º | 0.83% | 0.86% | - |
| XYZ | 14.38 | 7.16 | 67.64 | - |
| YUV | 60.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 219 | 0.83 | 0.81 | 0 | 0.14 | 238.35 | 0.72 | 0.5 |
| Hex | 25 | 2A | DB | 53 | 51 | 0 | E | EE | 48 | 32 |
| Octal | 45 | 52 | 333 | 123 | 121 | 0 | 16 | 356 | 110 | 62 |
| Binary | 100101 | 101010 | 11011011 | 1010011 | 1010001 | 0 | 1110 | 11101110 | 1001000 | 110010 |
Color Harmonies of #252ADB
Complementary color
Monochromatic Colors of #252ADB
Black with #252ADB
Text Example
Text Example
White with #252ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ADB; }
p { color: rgb(37,42,219); }
H1.HeaderClassName
{
color: #252ADB;
}
.AnyTagClassName
{
color: #252ADB;
}
</style>
background-color css
<style>
a { background-color: #252ADB; }
a { background-color: rgb(37,42,219); }
div.DivClassName
{
background-color: #252ADB;
}
.BgClassName
{
background-color: #252ADB;
}
</style>
border-color css
<style>
span { border-color: #252ADB; }
span { border-color: rgb(37,42,219); }
td.TdClassName
{
border-color: #252ADB;
}
.TagClassName
{
border-color: #252ADB;
}
</style>