Shades of Persian Blue #2025CE
Tints of Persian Blue #2025CE
RGB
CMYK
RGB Variations
Color information
#2025CE (or 0x2025CE) is known color: Persian Blue. HEX triplet: 20, 25 and CE. RGB value is (32,37,206). Sum of RGB (Red+Green+Blue) = 32+37+206=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #2025CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2025CE is #DFDA31. Grayscale: #363636. Windows color (decimal): -14670386 or 13509920. OLE color: 13509920.
HSL color Cylindrical-coordinate representation of color #2025CE: hue angle of 238.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2025CE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 37 | 206 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.19 |
| HSL | 238.28º | 0.73% | 0.47% | - |
| HSV(B) | 238.28º | 0.84% | 0.81% | - |
| XYZ | 12.4 | 6.09 | 58.91 | - |
| YUV | 54.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 206 | 0.84 | 0.82 | 0 | 0.19 | 238.28 | 0.73 | 0.47 |
| Hex | 20 | 25 | CE | 54 | 52 | 0 | 13 | EE | 49 | 2F |
| Octal | 40 | 45 | 316 | 124 | 122 | 0 | 23 | 356 | 111 | 57 |
| Binary | 100000 | 100101 | 11001110 | 1010100 | 1010010 | 0 | 10011 | 11101110 | 1001001 | 101111 |
Color Harmonies of #2025CE
Complementary color
Monochromatic Colors of #2025CE
Black with #2025CE
Text Example
Text Example
White with #2025CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2025CE; }
p { color: rgb(32,37,206); }
H1.HeaderClassName
{
color: #2025CE;
}
.AnyTagClassName
{
color: #2025CE;
}
</style>
background-color css
<style>
a { background-color: #2025CE; }
a { background-color: rgb(32,37,206); }
div.DivClassName
{
background-color: #2025CE;
}
.BgClassName
{
background-color: #2025CE;
}
</style>
border-color css
<style>
span { border-color: #2025CE; }
span { border-color: rgb(32,37,206); }
td.TdClassName
{
border-color: #2025CE;
}
.TagClassName
{
border-color: #2025CE;
}
</style>