Shades of Persian Blue #252AC2
Tints of Persian Blue #252AC2
RGB
CMYK
RGB Variations
Color information
#252AC2 (or 0x252AC2) is known color: Persian Blue. HEX triplet: 25, 2A and C2. RGB value is (37,42,194). Sum of RGB (Red+Green+Blue) = 37+42+194=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #252AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AC2 is #DAD53D. Grayscale: #393939. Windows color (decimal): -14341438 or 12724773. OLE color: 12724773.
HSL color Cylindrical-coordinate representation of color #252AC2: hue angle of 238.09º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252AC2 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 42 | 194 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.24 |
| HSL | 238.09º | 0.68% | 0.45% | - |
| HSV(B) | 238.09º | 0.81% | 0.76% | - |
| XYZ | 11.33 | 5.94 | 51.59 | - |
| YUV | 57.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 194 | 0.81 | 0.78 | 0 | 0.24 | 238.09 | 0.68 | 0.45 |
| Hex | 25 | 2A | C2 | 51 | 4E | 0 | 18 | EE | 44 | 2D |
| Octal | 45 | 52 | 302 | 121 | 116 | 0 | 30 | 356 | 104 | 55 |
| Binary | 100101 | 101010 | 11000010 | 1010001 | 1001110 | 0 | 11000 | 11101110 | 1000100 | 101101 |
Color Harmonies of #252AC2
Complementary color
Monochromatic Colors of #252AC2
Black with #252AC2
Text Example
Text Example
White with #252AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252AC2; }
p { color: rgb(37,42,194); }
H1.HeaderClassName
{
color: #252AC2;
}
.AnyTagClassName
{
color: #252AC2;
}
</style>
background-color css
<style>
a { background-color: #252AC2; }
a { background-color: rgb(37,42,194); }
div.DivClassName
{
background-color: #252AC2;
}
.BgClassName
{
background-color: #252AC2;
}
</style>
border-color css
<style>
span { border-color: #252AC2; }
span { border-color: rgb(37,42,194); }
td.TdClassName
{
border-color: #252AC2;
}
.TagClassName
{
border-color: #252AC2;
}
</style>