Shades of Persian Blue #282EAE
Tints of Persian Blue #282EAE
RGB
CMYK
RGB Variations
Color information
#282EAE (or 0x282EAE) is known color: Persian Blue. HEX triplet: 28, 2E and AE. RGB value is (40,46,174). Sum of RGB (Red+Green+Blue) = 40+46+174=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #282EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EAE is #D7D151. Grayscale: #3A3A3A. Windows color (decimal): -14143826 or 11415080. OLE color: 11415080.
HSL color Cylindrical-coordinate representation of color #282EAE: hue angle of 237.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282EAE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 46 | 174 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.32 |
| HSL | 237.31º | 0.63% | 0.42% | - |
| HSV(B) | 237.31º | 0.77% | 0.68% | - |
| XYZ | 9.49 | 5.46 | 40.6 | - |
| YUV | 58.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 174 | 0.77 | 0.74 | 0 | 0.32 | 237.31 | 0.63 | 0.42 |
| Hex | 28 | 2E | AE | 4D | 4A | 0 | 20 | ED | 3F | 2A |
| Octal | 50 | 56 | 256 | 115 | 112 | 0 | 40 | 355 | 77 | 52 |
| Binary | 101000 | 101110 | 10101110 | 1001101 | 1001010 | 0 | 100000 | 11101101 | 111111 | 101010 |
Color Harmonies of #282EAE
Complementary color
Monochromatic Colors of #282EAE
Black with #282EAE
Text Example
Text Example
White with #282EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EAE; }
p { color: rgb(40,46,174); }
H1.HeaderClassName
{
color: #282EAE;
}
.AnyTagClassName
{
color: #282EAE;
}
</style>
background-color css
<style>
a { background-color: #282EAE; }
a { background-color: rgb(40,46,174); }
div.DivClassName
{
background-color: #282EAE;
}
.BgClassName
{
background-color: #282EAE;
}
</style>
border-color css
<style>
span { border-color: #282EAE; }
span { border-color: rgb(40,46,174); }
td.TdClassName
{
border-color: #282EAE;
}
.TagClassName
{
border-color: #282EAE;
}
</style>