Shades of Persian Blue #252DB2
Tints of Persian Blue #252DB2
RGB
CMYK
RGB Variations
Color information
#252DB2 (or 0x252DB2) is known color: Persian Blue. HEX triplet: 25, 2D and B2. RGB value is (37,45,178). Sum of RGB (Red+Green+Blue) = 37+45+178=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #252DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DB2 is #DAD24D. Grayscale: #393939. Windows color (decimal): -14340686 or 11676965. OLE color: 11676965.
HSL color Cylindrical-coordinate representation of color #252DB2: hue angle of 236.6º 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 #252DB2 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 45 | 178 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.30 |
| HSL | 236.6º | 0.66% | 0.42% | - |
| HSV(B) | 236.6º | 0.79% | 0.7% | - |
| XYZ | 9.74 | 5.48 | 42.66 | - |
| YUV | 57.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 178 | 0.79 | 0.75 | 0 | 0.30 | 236.6 | 0.66 | 0.42 |
| Hex | 25 | 2D | B2 | 4F | 4B | 0 | 1E | ED | 42 | 2A |
| Octal | 45 | 55 | 262 | 117 | 113 | 0 | 36 | 355 | 102 | 52 |
| Binary | 100101 | 101101 | 10110010 | 1001111 | 1001011 | 0 | 11110 | 11101101 | 1000010 | 101010 |
Color Harmonies of #252DB2
Complementary color
Monochromatic Colors of #252DB2
Black with #252DB2
Text Example
Text Example
White with #252DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DB2; }
p { color: rgb(37,45,178); }
H1.HeaderClassName
{
color: #252DB2;
}
.AnyTagClassName
{
color: #252DB2;
}
</style>
background-color css
<style>
a { background-color: #252DB2; }
a { background-color: rgb(37,45,178); }
div.DivClassName
{
background-color: #252DB2;
}
.BgClassName
{
background-color: #252DB2;
}
</style>
border-color css
<style>
span { border-color: #252DB2; }
span { border-color: rgb(37,45,178); }
td.TdClassName
{
border-color: #252DB2;
}
.TagClassName
{
border-color: #252DB2;
}
</style>