Shades of Persian Blue #252CE2
Tints of Persian Blue #252CE2
RGB
CMYK
RGB Variations
Color information
#252CE2 (or 0x252CE2) is known color: Persian Blue. HEX triplet: 25, 2C and E2. RGB value is (37,44,226). Sum of RGB (Red+Green+Blue) = 37+44+226=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 226 (88.67% from 255 or 73.62% from 307); Max value from RGB is 226 - color contains mainly: blue. Hex color #252CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CE2 is #DAD31D. Grayscale: #3D3D3D. Windows color (decimal): -14340894 or 14822437. OLE color: 14822437.
HSL color Cylindrical-coordinate representation of color #252CE2: hue angle of 237.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252CE2 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 44 | 226 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.11 |
| HSL | 237.78º | 0.77% | 0.52% | - |
| HSV(B) | 237.78º | 0.84% | 0.89% | - |
| XYZ | 15.39 | 7.69 | 72.62 | - |
| YUV | 62.66 | 220.18 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 226 | 0.84 | 0.81 | 0 | 0.11 | 237.78 | 0.77 | 0.52 |
| Hex | 25 | 2C | E2 | 54 | 51 | 0 | B | EE | 4D | 34 |
| Octal | 45 | 54 | 342 | 124 | 121 | 0 | 13 | 356 | 115 | 64 |
| Binary | 100101 | 101100 | 11100010 | 1010100 | 1010001 | 0 | 1011 | 11101110 | 1001101 | 110100 |
Color Harmonies of #252CE2
Complementary color
Monochromatic Colors of #252CE2
Black with #252CE2
Text Example
Text Example
White with #252CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252CE2; }
p { color: rgb(37,44,226); }
H1.HeaderClassName
{
color: #252CE2;
}
.AnyTagClassName
{
color: #252CE2;
}
</style>
background-color css
<style>
a { background-color: #252CE2; }
a { background-color: rgb(37,44,226); }
div.DivClassName
{
background-color: #252CE2;
}
.BgClassName
{
background-color: #252CE2;
}
</style>
border-color css
<style>
span { border-color: #252CE2; }
span { border-color: rgb(37,44,226); }
td.TdClassName
{
border-color: #252CE2;
}
.TagClassName
{
border-color: #252CE2;
}
</style>