Shades of Persian Blue #252ADC
Tints of Persian Blue #252ADC
RGB
CMYK
RGB Variations
Color information
#252ADC (or 0x252ADC) is known color: Persian Blue. HEX triplet: 25, 2A and DC. RGB value is (37,42,220). Sum of RGB (Red+Green+Blue) = 37+42+220=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #252ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ADC is #DAD523. Grayscale: #3C3C3C. Windows color (decimal): -14341412 or 14428709. OLE color: 14428709.
HSL color Cylindrical-coordinate representation of color #252ADC: hue angle of 238.36º 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 #252ADC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 42 | 220 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.14 |
| HSL | 238.36º | 0.72% | 0.5% | - |
| HSV(B) | 238.36º | 0.83% | 0.86% | - |
| XYZ | 14.51 | 7.22 | 68.34 | - |
| YUV | 60.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 220 | 0.83 | 0.81 | 0 | 0.14 | 238.36 | 0.72 | 0.5 |
| Hex | 25 | 2A | DC | 53 | 51 | 0 | E | EE | 48 | 32 |
| Octal | 45 | 52 | 334 | 123 | 121 | 0 | 16 | 356 | 110 | 62 |
| Binary | 100101 | 101010 | 11011100 | 1010011 | 1010001 | 0 | 1110 | 11101110 | 1001000 | 110010 |
Color Harmonies of #252ADC
Complementary color
Monochromatic Colors of #252ADC
Black with #252ADC
Text Example
Text Example
White with #252ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ADC; }
p { color: rgb(37,42,220); }
H1.HeaderClassName
{
color: #252ADC;
}
.AnyTagClassName
{
color: #252ADC;
}
</style>
background-color css
<style>
a { background-color: #252ADC; }
a { background-color: rgb(37,42,220); }
div.DivClassName
{
background-color: #252ADC;
}
.BgClassName
{
background-color: #252ADC;
}
</style>
border-color css
<style>
span { border-color: #252ADC; }
span { border-color: rgb(37,42,220); }
td.TdClassName
{
border-color: #252ADC;
}
.TagClassName
{
border-color: #252ADC;
}
</style>