Shades of Persian Blue #1C32CE
Tints of Persian Blue #1C32CE
RGB
CMYK
RGB Variations
Color information
#1C32CE (or 0x1C32CE) is known color: Persian Blue. HEX triplet: 1C, 32 and CE. RGB value is (28,50,206). Sum of RGB (Red+Green+Blue) = 28+50+206=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32CE is #E3CD31. Grayscale: #3C3C3C. Windows color (decimal): -14929202 or 13513244. OLE color: 13513244.
HSL color Cylindrical-coordinate representation of color #1C32CE: hue angle of 232.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C32CE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 50 | 206 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.19 |
| HSL | 232.58º | 0.76% | 0.46% | - |
| HSV(B) | 232.58º | 0.86% | 0.81% | - |
| XYZ | 12.76 | 6.98 | 59.07 | - |
| YUV | 61.21 | 209.71 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 206 | 0.86 | 0.76 | 0 | 0.19 | 232.58 | 0.76 | 0.46 |
| Hex | 1C | 32 | CE | 56 | 4C | 0 | 13 | E9 | 4C | 2E |
| Octal | 34 | 62 | 316 | 126 | 114 | 0 | 23 | 351 | 114 | 56 |
| Binary | 11100 | 110010 | 11001110 | 1010110 | 1001100 | 0 | 10011 | 11101001 | 1001100 | 101110 |
Color Harmonies of #1C32CE
Complementary color
Monochromatic Colors of #1C32CE
Black with #1C32CE
Text Example
Text Example
White with #1C32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C32CE; }
p { color: rgb(28,50,206); }
H1.HeaderClassName
{
color: #1C32CE;
}
.AnyTagClassName
{
color: #1C32CE;
}
</style>
background-color css
<style>
a { background-color: #1C32CE; }
a { background-color: rgb(28,50,206); }
div.DivClassName
{
background-color: #1C32CE;
}
.BgClassName
{
background-color: #1C32CE;
}
</style>
border-color css
<style>
span { border-color: #1C32CE; }
span { border-color: rgb(28,50,206); }
td.TdClassName
{
border-color: #1C32CE;
}
.TagClassName
{
border-color: #1C32CE;
}
</style>