Shades of Persian Blue #252BC0
Tints of Persian Blue #252BC0
RGB
CMYK
RGB Variations
Color information
#252BC0 (or 0x252BC0) is known color: Persian Blue. HEX triplet: 25, 2B and C0. RGB value is (37,43,192). Sum of RGB (Red+Green+Blue) = 37+43+192=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #252BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BC0 is #DAD43F. Grayscale: #393939. Windows color (decimal): -14341184 or 12593957. OLE color: 12593957.
HSL color Cylindrical-coordinate representation of color #252BC0: hue angle of 237.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252BC0 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 43 | 192 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.25 |
| HSL | 237.68º | 0.68% | 0.45% | - |
| HSV(B) | 237.68º | 0.81% | 0.75% | - |
| XYZ | 11.14 | 5.93 | 50.43 | - |
| YUV | 58.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 192 | 0.81 | 0.78 | 0 | 0.25 | 237.68 | 0.68 | 0.45 |
| Hex | 25 | 2B | C0 | 51 | 4E | 0 | 19 | EE | 44 | 2D |
| Octal | 45 | 53 | 300 | 121 | 116 | 0 | 31 | 356 | 104 | 55 |
| Binary | 100101 | 101011 | 11000000 | 1010001 | 1001110 | 0 | 11001 | 11101110 | 1000100 | 101101 |
Color Harmonies of #252BC0
Complementary color
Monochromatic Colors of #252BC0
Black with #252BC0
Text Example
Text Example
White with #252BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252BC0; }
p { color: rgb(37,43,192); }
H1.HeaderClassName
{
color: #252BC0;
}
.AnyTagClassName
{
color: #252BC0;
}
</style>
background-color css
<style>
a { background-color: #252BC0; }
a { background-color: rgb(37,43,192); }
div.DivClassName
{
background-color: #252BC0;
}
.BgClassName
{
background-color: #252BC0;
}
</style>
border-color css
<style>
span { border-color: #252BC0; }
span { border-color: rgb(37,43,192); }
td.TdClassName
{
border-color: #252BC0;
}
.TagClassName
{
border-color: #252BC0;
}
</style>