Shades of Persian Blue #252DB6
Tints of Persian Blue #252DB6
RGB
CMYK
RGB Variations
Color information
#252DB6 (or 0x252DB6) is known color: Persian Blue. HEX triplet: 25, 2D and B6. RGB value is (37,45,182). Sum of RGB (Red+Green+Blue) = 37+45+182=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #252DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DB6 is #DAD249. Grayscale: #393939. Windows color (decimal): -14340682 or 11939109. OLE color: 11939109.
HSL color Cylindrical-coordinate representation of color #252DB6: hue angle of 236.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252DB6 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 45 | 182 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.29 |
| HSL | 236.69º | 0.66% | 0.43% | - |
| HSV(B) | 236.69º | 0.8% | 0.71% | - |
| XYZ | 10.14 | 5.65 | 44.81 | - |
| YUV | 58.23 | 197.85 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 182 | 0.80 | 0.75 | 0 | 0.29 | 236.69 | 0.66 | 0.43 |
| Hex | 25 | 2D | B6 | 50 | 4B | 0 | 1D | ED | 42 | 2B |
| Octal | 45 | 55 | 266 | 120 | 113 | 0 | 35 | 355 | 102 | 53 |
| Binary | 100101 | 101101 | 10110110 | 1010000 | 1001011 | 0 | 11101 | 11101101 | 1000010 | 101011 |
Color Harmonies of #252DB6
Complementary color
Monochromatic Colors of #252DB6
Black with #252DB6
Text Example
Text Example
White with #252DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DB6; }
p { color: rgb(37,45,182); }
H1.HeaderClassName
{
color: #252DB6;
}
.AnyTagClassName
{
color: #252DB6;
}
</style>
background-color css
<style>
a { background-color: #252DB6; }
a { background-color: rgb(37,45,182); }
div.DivClassName
{
background-color: #252DB6;
}
.BgClassName
{
background-color: #252DB6;
}
</style>
border-color css
<style>
span { border-color: #252DB6; }
span { border-color: rgb(37,45,182); }
td.TdClassName
{
border-color: #252DB6;
}
.TagClassName
{
border-color: #252DB6;
}
</style>