Shades of Persian Blue #282EEB
Tints of Persian Blue #282EEB
RGB
CMYK
RGB Variations
Color information
#282EEB (or 0x282EEB) is known color: Persian Blue. HEX triplet: 28, 2E and EB. RGB value is (40,46,235). Sum of RGB (Red+Green+Blue) = 40+46+235=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #282EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282EEB is #D7D114. Grayscale: #404040. Windows color (decimal): -14143765 or 15412776. OLE color: 15412776.
HSL color Cylindrical-coordinate representation of color #282EEB: hue angle of 238.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282EEB is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 46 | 235 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.08 |
| HSL | 238.15º | 0.83% | 0.54% | - |
| HSV(B) | 238.15º | 0.83% | 0.92% | - |
| XYZ | 16.85 | 8.4 | 79.33 | - |
| YUV | 65.75 | 223.51 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 235 | 0.83 | 0.80 | 0 | 0.08 | 238.15 | 0.83 | 0.54 |
| Hex | 28 | 2E | EB | 53 | 50 | 0 | 8 | EE | 53 | 36 |
| Octal | 50 | 56 | 353 | 123 | 120 | 0 | 10 | 356 | 123 | 66 |
| Binary | 101000 | 101110 | 11101011 | 1010011 | 1010000 | 0 | 1000 | 11101110 | 1010011 | 110110 |
Color Harmonies of #282EEB
Complementary color
Monochromatic Colors of #282EEB
Black with #282EEB
Text Example
Text Example
White with #282EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EEB; }
p { color: rgb(40,46,235); }
H1.HeaderClassName
{
color: #282EEB;
}
.AnyTagClassName
{
color: #282EEB;
}
</style>
background-color css
<style>
a { background-color: #282EEB; }
a { background-color: rgb(40,46,235); }
div.DivClassName
{
background-color: #282EEB;
}
.BgClassName
{
background-color: #282EEB;
}
</style>
border-color css
<style>
span { border-color: #282EEB; }
span { border-color: rgb(40,46,235); }
td.TdClassName
{
border-color: #282EEB;
}
.TagClassName
{
border-color: #282EEB;
}
</style>