Shades of Persian Blue #1632EE
Tints of Persian Blue #1632EE
RGB
CMYK
RGB Variations
Color information
#1632EE (or 0x1632EE) is known color: Persian Blue. HEX triplet: 16, 32 and EE. RGB value is (22,50,238). Sum of RGB (Red+Green+Blue) = 22+50+238=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1632EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1632EE is #E9CD11. Grayscale: #3E3E3E. Windows color (decimal): -15322386 or 15610390. OLE color: 15610390.
HSL color Cylindrical-coordinate representation of color #1632EE: hue angle of 232.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1632EE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 50 | 238 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.07 |
| HSL | 232.22º | 0.86% | 0.51% | - |
| HSV(B) | 232.22º | 0.91% | 0.93% | - |
| XYZ | 16.9 | 8.62 | 81.66 | - |
| YUV | 63.06 | 226.72 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 238 | 0.91 | 0.79 | 0 | 0.07 | 232.22 | 0.86 | 0.51 |
| Hex | 16 | 32 | EE | 5B | 4F | 0 | 7 | E8 | 56 | 33 |
| Octal | 26 | 62 | 356 | 133 | 117 | 0 | 7 | 350 | 126 | 63 |
| Binary | 10110 | 110010 | 11101110 | 1011011 | 1001111 | 0 | 111 | 11101000 | 1010110 | 110011 |
Color Harmonies of #1632EE
Complementary color
Monochromatic Colors of #1632EE
Black with #1632EE
Text Example
Text Example
White with #1632EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1632EE; }
p { color: rgb(22,50,238); }
H1.HeaderClassName
{
color: #1632EE;
}
.AnyTagClassName
{
color: #1632EE;
}
</style>
background-color css
<style>
a { background-color: #1632EE; }
a { background-color: rgb(22,50,238); }
div.DivClassName
{
background-color: #1632EE;
}
.BgClassName
{
background-color: #1632EE;
}
</style>
border-color css
<style>
span { border-color: #1632EE; }
span { border-color: rgb(22,50,238); }
td.TdClassName
{
border-color: #1632EE;
}
.TagClassName
{
border-color: #1632EE;
}
</style>