Shades of Persian Blue #283EE5
Tints of Persian Blue #283EE5
RGB
CMYK
RGB Variations
Color information
#283EE5 (or 0x283EE5) is known color: Persian Blue. HEX triplet: 28, 3E and E5. RGB value is (40,62,229). Sum of RGB (Red+Green+Blue) = 40+62+229=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #283EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EE5 is #D7C11A. Grayscale: #494949. Windows color (decimal): -14139675 or 15023656. OLE color: 15023656.
HSL color Cylindrical-coordinate representation of color #283EE5: hue angle of 233.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283EE5 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 62 | 229 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.10 |
| HSL | 233.02º | 0.78% | 0.53% | - |
| HSV(B) | 233.02º | 0.83% | 0.9% | - |
| XYZ | 16.74 | 9.55 | 75.09 | - |
| YUV | 74.46 | 215.21 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 229 | 0.83 | 0.73 | 0 | 0.10 | 233.02 | 0.78 | 0.53 |
| Hex | 28 | 3E | E5 | 53 | 49 | 0 | A | E9 | 4E | 35 |
| Octal | 50 | 76 | 345 | 123 | 111 | 0 | 12 | 351 | 116 | 65 |
| Binary | 101000 | 111110 | 11100101 | 1010011 | 1001001 | 0 | 1010 | 11101001 | 1001110 | 110101 |
Color Harmonies of #283EE5
Complementary color
Monochromatic Colors of #283EE5
Black with #283EE5
Text Example
Text Example
White with #283EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EE5; }
p { color: rgb(40,62,229); }
H1.HeaderClassName
{
color: #283EE5;
}
.AnyTagClassName
{
color: #283EE5;
}
</style>
background-color css
<style>
a { background-color: #283EE5; }
a { background-color: rgb(40,62,229); }
div.DivClassName
{
background-color: #283EE5;
}
.BgClassName
{
background-color: #283EE5;
}
</style>
border-color css
<style>
span { border-color: #283EE5; }
span { border-color: rgb(40,62,229); }
td.TdClassName
{
border-color: #283EE5;
}
.TagClassName
{
border-color: #283EE5;
}
</style>