Shades of Persian Blue #1C38ED
Tints of Persian Blue #1C38ED
RGB
CMYK
RGB Variations
Color information
#1C38ED (or 0x1C38ED) is known color: Persian Blue. HEX triplet: 1C, 38 and ED. RGB value is (28,56,237). Sum of RGB (Red+Green+Blue) = 28+56+237=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #1C38ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C38ED is #E3C712. Grayscale: #434343. Windows color (decimal): -14927635 or 15546396. OLE color: 15546396.
HSL color Cylindrical-coordinate representation of color #1C38ED: hue angle of 231.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C38ED is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 56 | 237 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.07 |
| HSL | 231.96º | 0.85% | 0.52% | - |
| HSV(B) | 231.96º | 0.88% | 0.93% | - |
| XYZ | 17.18 | 9.19 | 80.99 | - |
| YUV | 68.26 | 223.22 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 237 | 0.88 | 0.76 | 0 | 0.07 | 231.96 | 0.85 | 0.52 |
| Hex | 1C | 38 | ED | 58 | 4C | 0 | 7 | E8 | 55 | 34 |
| Octal | 34 | 70 | 355 | 130 | 114 | 0 | 7 | 350 | 125 | 64 |
| Binary | 11100 | 111000 | 11101101 | 1011000 | 1001100 | 0 | 111 | 11101000 | 1010101 | 110100 |
Color Harmonies of #1C38ED
Complementary color
Monochromatic Colors of #1C38ED
Black with #1C38ED
Text Example
Text Example
White with #1C38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C38ED; }
p { color: rgb(28,56,237); }
H1.HeaderClassName
{
color: #1C38ED;
}
.AnyTagClassName
{
color: #1C38ED;
}
</style>
background-color css
<style>
a { background-color: #1C38ED; }
a { background-color: rgb(28,56,237); }
div.DivClassName
{
background-color: #1C38ED;
}
.BgClassName
{
background-color: #1C38ED;
}
</style>
border-color css
<style>
span { border-color: #1C38ED; }
span { border-color: rgb(28,56,237); }
td.TdClassName
{
border-color: #1C38ED;
}
.TagClassName
{
border-color: #1C38ED;
}
</style>