Shades of Persian Blue #283AE0
Tints of Persian Blue #283AE0
RGB
CMYK
RGB Variations
Color information
#283AE0 (or 0x283AE0) is known color: Persian Blue. HEX triplet: 28, 3A and E0. RGB value is (40,58,224). Sum of RGB (Red+Green+Blue) = 40+58+224=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #283AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283AE0 is #D7C51F. Grayscale: #464646. Windows color (decimal): -14140704 or 14694952. OLE color: 14694952.
HSL color Cylindrical-coordinate representation of color #283AE0: hue angle of 234.13º 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 #283AE0 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 58 | 224 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.12 |
| HSL | 234.13º | 0.75% | 0.52% | - |
| HSV(B) | 234.13º | 0.82% | 0.88% | - |
| XYZ | 15.84 | 8.86 | 71.4 | - |
| YUV | 71.54 | 214.04 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 224 | 0.82 | 0.74 | 0 | 0.12 | 234.13 | 0.75 | 0.52 |
| Hex | 28 | 3A | E0 | 52 | 4A | 0 | C | EA | 4B | 34 |
| Octal | 50 | 72 | 340 | 122 | 112 | 0 | 14 | 352 | 113 | 64 |
| Binary | 101000 | 111010 | 11100000 | 1010010 | 1001010 | 0 | 1100 | 11101010 | 1001011 | 110100 |
Color Harmonies of #283AE0
Complementary color
Monochromatic Colors of #283AE0
Black with #283AE0
Text Example
Text Example
White with #283AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AE0; }
p { color: rgb(40,58,224); }
H1.HeaderClassName
{
color: #283AE0;
}
.AnyTagClassName
{
color: #283AE0;
}
</style>
background-color css
<style>
a { background-color: #283AE0; }
a { background-color: rgb(40,58,224); }
div.DivClassName
{
background-color: #283AE0;
}
.BgClassName
{
background-color: #283AE0;
}
</style>
border-color css
<style>
span { border-color: #283AE0; }
span { border-color: rgb(40,58,224); }
td.TdClassName
{
border-color: #283AE0;
}
.TagClassName
{
border-color: #283AE0;
}
</style>