Shades of Persian Blue #2035E6
Tints of Persian Blue #2035E6
RGB
CMYK
RGB Variations
Color information
#2035E6 (or 0x2035E6) is known color: Persian Blue. HEX triplet: 20, 35 and E6. RGB value is (32,53,230). Sum of RGB (Red+Green+Blue) = 32+53+230=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #2035E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2035E6 is #DFCA19. Grayscale: #424242. Windows color (decimal): -14666266 or 15086880. OLE color: 15086880.
HSL color Cylindrical-coordinate representation of color #2035E6: hue angle of 233.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2035E6 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 53 | 230 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.10 |
| HSL | 233.64º | 0.8% | 0.51% | - |
| HSV(B) | 233.64º | 0.86% | 0.9% | - |
| XYZ | 16.15 | 8.57 | 75.67 | - |
| YUV | 66.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 230 | 0.86 | 0.77 | 0 | 0.10 | 233.64 | 0.8 | 0.51 |
| Hex | 20 | 35 | E6 | 56 | 4D | 0 | A | EA | 50 | 33 |
| Octal | 40 | 65 | 346 | 126 | 115 | 0 | 12 | 352 | 120 | 63 |
| Binary | 100000 | 110101 | 11100110 | 1010110 | 1001101 | 0 | 1010 | 11101010 | 1010000 | 110011 |
Color Harmonies of #2035E6
Complementary color
Monochromatic Colors of #2035E6
Black with #2035E6
Text Example
Text Example
White with #2035E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2035E6; }
p { color: rgb(32,53,230); }
H1.HeaderClassName
{
color: #2035E6;
}
.AnyTagClassName
{
color: #2035E6;
}
</style>
background-color css
<style>
a { background-color: #2035E6; }
a { background-color: rgb(32,53,230); }
div.DivClassName
{
background-color: #2035E6;
}
.BgClassName
{
background-color: #2035E6;
}
</style>
border-color css
<style>
span { border-color: #2035E6; }
span { border-color: rgb(32,53,230); }
td.TdClassName
{
border-color: #2035E6;
}
.TagClassName
{
border-color: #2035E6;
}
</style>