Shades of Persian Blue #1C38CE
Tints of Persian Blue #1C38CE
RGB
CMYK
RGB Variations
Color information
#1C38CE (or 0x1C38CE) is known color: Persian Blue. HEX triplet: 1C, 38 and CE. RGB value is (28,56,206). Sum of RGB (Red+Green+Blue) = 28+56+206=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38CE is #E3C731. Grayscale: #404040. Windows color (decimal): -14927666 or 13514780. OLE color: 13514780.
HSL color Cylindrical-coordinate representation of color #1C38CE: hue angle of 230.56º 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 #1C38CE is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 56 | 206 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.19 |
| HSL | 230.56º | 0.76% | 0.46% | - |
| HSV(B) | 230.56º | 0.86% | 0.81% | - |
| XYZ | 13.03 | 7.53 | 59.16 | - |
| YUV | 64.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 206 | 0.86 | 0.73 | 0 | 0.19 | 230.56 | 0.76 | 0.46 |
| Hex | 1C | 38 | CE | 56 | 49 | 0 | 13 | E7 | 4C | 2E |
| Octal | 34 | 70 | 316 | 126 | 111 | 0 | 23 | 347 | 114 | 56 |
| Binary | 11100 | 111000 | 11001110 | 1010110 | 1001001 | 0 | 10011 | 11100111 | 1001100 | 101110 |
Color Harmonies of #1C38CE
Complementary color
Monochromatic Colors of #1C38CE
Black with #1C38CE
Text Example
Text Example
White with #1C38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C38CE; }
p { color: rgb(28,56,206); }
H1.HeaderClassName
{
color: #1C38CE;
}
.AnyTagClassName
{
color: #1C38CE;
}
</style>
background-color css
<style>
a { background-color: #1C38CE; }
a { background-color: rgb(28,56,206); }
div.DivClassName
{
background-color: #1C38CE;
}
.BgClassName
{
background-color: #1C38CE;
}
</style>
border-color css
<style>
span { border-color: #1C38CE; }
span { border-color: rgb(28,56,206); }
td.TdClassName
{
border-color: #1C38CE;
}
.TagClassName
{
border-color: #1C38CE;
}
</style>