Shades of Persian Blue #283EC0
Tints of Persian Blue #283EC0
RGB
CMYK
RGB Variations
Color information
#283EC0 (or 0x283EC0) is known color: Persian Blue. HEX triplet: 28, 3E and C0. RGB value is (40,62,192). Sum of RGB (Red+Green+Blue) = 40+62+192=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #283EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EC0 is #D7C13F. Grayscale: #454545. Windows color (decimal): -14139712 or 12598824. OLE color: 12598824.
HSL color Cylindrical-coordinate representation of color #283EC0: hue angle of 231.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283EC0 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 62 | 192 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.25 |
| HSL | 231.32º | 0.66% | 0.45% | - |
| HSV(B) | 231.32º | 0.79% | 0.75% | - |
| XYZ | 12.11 | 7.7 | 50.72 | - |
| YUV | 70.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 192 | 0.79 | 0.68 | 0 | 0.25 | 231.32 | 0.66 | 0.45 |
| Hex | 28 | 3E | C0 | 4F | 44 | 0 | 19 | E7 | 42 | 2D |
| Octal | 50 | 76 | 300 | 117 | 104 | 0 | 31 | 347 | 102 | 55 |
| Binary | 101000 | 111110 | 11000000 | 1001111 | 1000100 | 0 | 11001 | 11100111 | 1000010 | 101101 |
Color Harmonies of #283EC0
Complementary color
Monochromatic Colors of #283EC0
Black with #283EC0
Text Example
Text Example
White with #283EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EC0; }
p { color: rgb(40,62,192); }
H1.HeaderClassName
{
color: #283EC0;
}
.AnyTagClassName
{
color: #283EC0;
}
</style>
background-color css
<style>
a { background-color: #283EC0; }
a { background-color: rgb(40,62,192); }
div.DivClassName
{
background-color: #283EC0;
}
.BgClassName
{
background-color: #283EC0;
}
</style>
border-color css
<style>
span { border-color: #283EC0; }
span { border-color: rgb(40,62,192); }
td.TdClassName
{
border-color: #283EC0;
}
.TagClassName
{
border-color: #283EC0;
}
</style>