Shades of Persian Blue #252DB4
Tints of Persian Blue #252DB4
RGB
CMYK
RGB Variations
Color information
#252DB4 (or 0x252DB4) is known color: Persian Blue. HEX triplet: 25, 2D and B4. RGB value is (37,45,180). Sum of RGB (Red+Green+Blue) = 37+45+180=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #252DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DB4 is #DAD24B. Grayscale: #393939. Windows color (decimal): -14340684 or 11808037. OLE color: 11808037.
HSL color Cylindrical-coordinate representation of color #252DB4: hue angle of 236.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252DB4 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 45 | 180 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.29 |
| HSL | 236.64º | 0.66% | 0.43% | - |
| HSV(B) | 236.64º | 0.79% | 0.71% | - |
| XYZ | 9.94 | 5.57 | 43.73 | - |
| YUV | 58 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 180 | 0.79 | 0.75 | 0 | 0.29 | 236.64 | 0.66 | 0.43 |
| Hex | 25 | 2D | B4 | 4F | 4B | 0 | 1D | ED | 42 | 2B |
| Octal | 45 | 55 | 264 | 117 | 113 | 0 | 35 | 355 | 102 | 53 |
| Binary | 100101 | 101101 | 10110100 | 1001111 | 1001011 | 0 | 11101 | 11101101 | 1000010 | 101011 |
Color Harmonies of #252DB4
Complementary color
Monochromatic Colors of #252DB4
Black with #252DB4
Text Example
Text Example
White with #252DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DB4; }
p { color: rgb(37,45,180); }
H1.HeaderClassName
{
color: #252DB4;
}
.AnyTagClassName
{
color: #252DB4;
}
</style>
background-color css
<style>
a { background-color: #252DB4; }
a { background-color: rgb(37,45,180); }
div.DivClassName
{
background-color: #252DB4;
}
.BgClassName
{
background-color: #252DB4;
}
</style>
border-color css
<style>
span { border-color: #252DB4; }
span { border-color: rgb(37,45,180); }
td.TdClassName
{
border-color: #252DB4;
}
.TagClassName
{
border-color: #252DB4;
}
</style>