Shades of Persian Blue #252AD3
Tints of Persian Blue #252AD3
RGB
CMYK
RGB Variations
Color information
#252AD3 (or 0x252AD3) is known color: Persian Blue. HEX triplet: 25, 2A and D3. RGB value is (37,42,211). Sum of RGB (Red+Green+Blue) = 37+42+211=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 211 (82.81% from 255 or 72.76% from 290); Max value from RGB is 211 - color contains mainly: blue. Hex color #252AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AD3 is #DAD52C. Grayscale: #3B3B3B. Windows color (decimal): -14341421 or 13838885. OLE color: 13838885.
HSL color Cylindrical-coordinate representation of color #252AD3: hue angle of 238.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252AD3 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 42 | 211 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.17 |
| HSL | 238.28º | 0.7% | 0.49% | - |
| HSV(B) | 238.28º | 0.82% | 0.83% | - |
| XYZ | 13.35 | 6.75 | 62.23 | - |
| YUV | 59.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 211 | 0.82 | 0.80 | 0 | 0.17 | 238.28 | 0.7 | 0.49 |
| Hex | 25 | 2A | D3 | 52 | 50 | 0 | 11 | EE | 46 | 31 |
| Octal | 45 | 52 | 323 | 122 | 120 | 0 | 21 | 356 | 106 | 61 |
| Binary | 100101 | 101010 | 11010011 | 1010010 | 1010000 | 0 | 10001 | 11101110 | 1000110 | 110001 |
Color Harmonies of #252AD3
Complementary color
Monochromatic Colors of #252AD3
Black with #252AD3
Text Example
Text Example
White with #252AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252AD3; }
p { color: rgb(37,42,211); }
H1.HeaderClassName
{
color: #252AD3;
}
.AnyTagClassName
{
color: #252AD3;
}
</style>
background-color css
<style>
a { background-color: #252AD3; }
a { background-color: rgb(37,42,211); }
div.DivClassName
{
background-color: #252AD3;
}
.BgClassName
{
background-color: #252AD3;
}
</style>
border-color css
<style>
span { border-color: #252AD3; }
span { border-color: rgb(37,42,211); }
td.TdClassName
{
border-color: #252AD3;
}
.TagClassName
{
border-color: #252AD3;
}
</style>