Shades of Persian Blue #1E3FCC
Tints of Persian Blue #1E3FCC
RGB
CMYK
RGB Variations
Color information
#1E3FCC (or 0x1E3FCC) is known color: Persian Blue. HEX triplet: 1E, 3F and CC. RGB value is (30,63,204). Sum of RGB (Red+Green+Blue) = 30+63+204=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3FCC is #E1C033. Grayscale: #444444. Windows color (decimal): -14794804 or 13385502. OLE color: 13385502.
HSL color Cylindrical-coordinate representation of color #1E3FCC: hue angle of 228.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3FCC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 63 | 204 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.2 |
| HSL | 228.62º | 0.74% | 0.46% | - |
| HSV(B) | 228.62º | 0.85% | 0.8% | - |
| XYZ | 13.21 | 8.19 | 58.01 | - |
| YUV | 69.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 204 | 0.85 | 0.69 | 0 | 0.2 | 228.62 | 0.74 | 0.46 |
| Hex | 1E | 3F | CC | 55 | 45 | 0 | 14 | E5 | 4A | 2E |
| Octal | 36 | 77 | 314 | 125 | 105 | 0 | 24 | 345 | 112 | 56 |
| Binary | 11110 | 111111 | 11001100 | 1010101 | 1000101 | 0 | 10100 | 11100101 | 1001010 | 101110 |
Color Harmonies of #1E3FCC
Complementary color
Monochromatic Colors of #1E3FCC
Black with #1E3FCC
Text Example
Text Example
White with #1E3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FCC; }
p { color: rgb(30,63,204); }
H1.HeaderClassName
{
color: #1E3FCC;
}
.AnyTagClassName
{
color: #1E3FCC;
}
</style>
background-color css
<style>
a { background-color: #1E3FCC; }
a { background-color: rgb(30,63,204); }
div.DivClassName
{
background-color: #1E3FCC;
}
.BgClassName
{
background-color: #1E3FCC;
}
</style>
border-color css
<style>
span { border-color: #1E3FCC; }
span { border-color: rgb(30,63,204); }
td.TdClassName
{
border-color: #1E3FCC;
}
.TagClassName
{
border-color: #1E3FCC;
}
</style>