Shades of Persian Blue #283EE0
Tints of Persian Blue #283EE0
RGB
CMYK
RGB Variations
Color information
#283EE0 (or 0x283EE0) is known color: Persian Blue. HEX triplet: 28, 3E and E0. RGB value is (40,62,224). Sum of RGB (Red+Green+Blue) = 40+62+224=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #283EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EE0 is #D7C11F. Grayscale: #494949. Windows color (decimal): -14139680 or 14695976. OLE color: 14695976.
HSL color Cylindrical-coordinate representation of color #283EE0: hue angle of 232.83º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EE0 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 62 | 224 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.12 |
| HSL | 232.83º | 0.75% | 0.52% | - |
| HSV(B) | 232.83º | 0.82% | 0.88% | - |
| XYZ | 16.05 | 9.28 | 71.47 | - |
| YUV | 73.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 224 | 0.82 | 0.72 | 0 | 0.12 | 232.83 | 0.75 | 0.52 |
| Hex | 28 | 3E | E0 | 52 | 48 | 0 | C | E9 | 4B | 34 |
| Octal | 50 | 76 | 340 | 122 | 110 | 0 | 14 | 351 | 113 | 64 |
| Binary | 101000 | 111110 | 11100000 | 1010010 | 1001000 | 0 | 1100 | 11101001 | 1001011 | 110100 |
Color Harmonies of #283EE0
Complementary color
Monochromatic Colors of #283EE0
Black with #283EE0
Text Example
Text Example
White with #283EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EE0; }
p { color: rgb(40,62,224); }
H1.HeaderClassName
{
color: #283EE0;
}
.AnyTagClassName
{
color: #283EE0;
}
</style>
background-color css
<style>
a { background-color: #283EE0; }
a { background-color: rgb(40,62,224); }
div.DivClassName
{
background-color: #283EE0;
}
.BgClassName
{
background-color: #283EE0;
}
</style>
border-color css
<style>
span { border-color: #283EE0; }
span { border-color: rgb(40,62,224); }
td.TdClassName
{
border-color: #283EE0;
}
.TagClassName
{
border-color: #283EE0;
}
</style>