Shades of Persian Blue #282EC0
Tints of Persian Blue #282EC0
RGB
CMYK
RGB Variations
Color information
#282EC0 (or 0x282EC0) is known color: Persian Blue. HEX triplet: 28, 2E and C0. RGB value is (40,46,192). Sum of RGB (Red+Green+Blue) = 40+46+192=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #282EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EC0 is #D7D13F. Grayscale: #3C3C3C. Windows color (decimal): -14143808 or 12594728. OLE color: 12594728.
HSL color Cylindrical-coordinate representation of color #282EC0: hue angle of 237.63º 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 #282EC0 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 46 | 192 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.25 |
| HSL | 237.63º | 0.66% | 0.45% | - |
| HSV(B) | 237.63º | 0.79% | 0.75% | - |
| XYZ | 11.37 | 6.21 | 50.47 | - |
| YUV | 60.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 192 | 0.79 | 0.76 | 0 | 0.25 | 237.63 | 0.66 | 0.45 |
| Hex | 28 | 2E | C0 | 4F | 4C | 0 | 19 | EE | 42 | 2D |
| Octal | 50 | 56 | 300 | 117 | 114 | 0 | 31 | 356 | 102 | 55 |
| Binary | 101000 | 101110 | 11000000 | 1001111 | 1001100 | 0 | 11001 | 11101110 | 1000010 | 101101 |
Color Harmonies of #282EC0
Complementary color
Monochromatic Colors of #282EC0
Black with #282EC0
Text Example
Text Example
White with #282EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EC0; }
p { color: rgb(40,46,192); }
H1.HeaderClassName
{
color: #282EC0;
}
.AnyTagClassName
{
color: #282EC0;
}
</style>
background-color css
<style>
a { background-color: #282EC0; }
a { background-color: rgb(40,46,192); }
div.DivClassName
{
background-color: #282EC0;
}
.BgClassName
{
background-color: #282EC0;
}
</style>
border-color css
<style>
span { border-color: #282EC0; }
span { border-color: rgb(40,46,192); }
td.TdClassName
{
border-color: #282EC0;
}
.TagClassName
{
border-color: #282EC0;
}
</style>