Shades of Persian Blue #283ECE
Tints of Persian Blue #283ECE
RGB
CMYK
RGB Variations
Color information
#283ECE (or 0x283ECE) is known color: Persian Blue. HEX triplet: 28, 3E and CE. RGB value is (40,62,206). Sum of RGB (Red+Green+Blue) = 40+62+206=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #283ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ECE is #D7C131. Grayscale: #474747. Windows color (decimal): -14139698 or 13516328. OLE color: 13516328.
HSL color Cylindrical-coordinate representation of color #283ECE: hue angle of 232.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ECE is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 62 | 206 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.19 |
| HSL | 232.05º | 0.67% | 0.48% | - |
| HSV(B) | 232.05º | 0.81% | 0.81% | - |
| XYZ | 13.74 | 8.35 | 59.28 | - |
| YUV | 71.84 | 203.71 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 206 | 0.81 | 0.70 | 0 | 0.19 | 232.05 | 0.67 | 0.48 |
| Hex | 28 | 3E | CE | 51 | 46 | 0 | 13 | E8 | 43 | 30 |
| Octal | 50 | 76 | 316 | 121 | 106 | 0 | 23 | 350 | 103 | 60 |
| Binary | 101000 | 111110 | 11001110 | 1010001 | 1000110 | 0 | 10011 | 11101000 | 1000011 | 110000 |
Color Harmonies of #283ECE
Complementary color
Monochromatic Colors of #283ECE
Black with #283ECE
Text Example
Text Example
White with #283ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ECE; }
p { color: rgb(40,62,206); }
H1.HeaderClassName
{
color: #283ECE;
}
.AnyTagClassName
{
color: #283ECE;
}
</style>
background-color css
<style>
a { background-color: #283ECE; }
a { background-color: rgb(40,62,206); }
div.DivClassName
{
background-color: #283ECE;
}
.BgClassName
{
background-color: #283ECE;
}
</style>
border-color css
<style>
span { border-color: #283ECE; }
span { border-color: rgb(40,62,206); }
td.TdClassName
{
border-color: #283ECE;
}
.TagClassName
{
border-color: #283ECE;
}
</style>