Shades of Persian Blue #252DCB
Tints of Persian Blue #252DCB
RGB
CMYK
RGB Variations
Color information
#252DCB (or 0x252DCB) is known color: Persian Blue. HEX triplet: 25, 2D and CB. RGB value is (37,45,203). Sum of RGB (Red+Green+Blue) = 37+45+203=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #252DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DCB is #DAD234. Grayscale: #3B3B3B. Windows color (decimal): -14340661 or 13315365. OLE color: 13315365.
HSL color Cylindrical-coordinate representation of color #252DCB: hue angle of 237.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252DCB is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 45 | 203 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.20 |
| HSL | 237.11º | 0.69% | 0.47% | - |
| HSV(B) | 237.11º | 0.82% | 0.8% | - |
| XYZ | 12.48 | 6.58 | 57.11 | - |
| YUV | 60.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 203 | 0.82 | 0.78 | 0 | 0.20 | 237.11 | 0.69 | 0.47 |
| Hex | 25 | 2D | CB | 52 | 4E | 0 | 14 | ED | 45 | 2F |
| Octal | 45 | 55 | 313 | 122 | 116 | 0 | 24 | 355 | 105 | 57 |
| Binary | 100101 | 101101 | 11001011 | 1010010 | 1001110 | 0 | 10100 | 11101101 | 1000101 | 101111 |
Color Harmonies of #252DCB
Complementary color
Monochromatic Colors of #252DCB
Black with #252DCB
Text Example
Text Example
White with #252DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DCB; }
p { color: rgb(37,45,203); }
H1.HeaderClassName
{
color: #252DCB;
}
.AnyTagClassName
{
color: #252DCB;
}
</style>
background-color css
<style>
a { background-color: #252DCB; }
a { background-color: rgb(37,45,203); }
div.DivClassName
{
background-color: #252DCB;
}
.BgClassName
{
background-color: #252DCB;
}
</style>
border-color css
<style>
span { border-color: #252DCB; }
span { border-color: rgb(37,45,203); }
td.TdClassName
{
border-color: #252DCB;
}
.TagClassName
{
border-color: #252DCB;
}
</style>