Shades of Persian Blue #283CE5
Tints of Persian Blue #283CE5
RGB
CMYK
RGB Variations
Color information
#283CE5 (or 0x283CE5) is known color: Persian Blue. HEX triplet: 28, 3C and E5. RGB value is (40,60,229). Sum of RGB (Red+Green+Blue) = 40+60+229=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #283CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CE5 is #D7C31A. Grayscale: #484848. Windows color (decimal): -14140187 or 15023144. OLE color: 15023144.
HSL color Cylindrical-coordinate representation of color #283CE5: hue angle of 233.65º 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 #283CE5 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 60 | 229 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.10 |
| HSL | 233.65º | 0.78% | 0.53% | - |
| HSV(B) | 233.65º | 0.83% | 0.9% | - |
| XYZ | 16.63 | 9.34 | 75.05 | - |
| YUV | 73.29 | 215.87 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 229 | 0.83 | 0.74 | 0 | 0.10 | 233.65 | 0.78 | 0.53 |
| Hex | 28 | 3C | E5 | 53 | 4A | 0 | A | EA | 4E | 35 |
| Octal | 50 | 74 | 345 | 123 | 112 | 0 | 12 | 352 | 116 | 65 |
| Binary | 101000 | 111100 | 11100101 | 1010011 | 1001010 | 0 | 1010 | 11101010 | 1001110 | 110101 |
Color Harmonies of #283CE5
Complementary color
Monochromatic Colors of #283CE5
Black with #283CE5
Text Example
Text Example
White with #283CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CE5; }
p { color: rgb(40,60,229); }
H1.HeaderClassName
{
color: #283CE5;
}
.AnyTagClassName
{
color: #283CE5;
}
</style>
background-color css
<style>
a { background-color: #283CE5; }
a { background-color: rgb(40,60,229); }
div.DivClassName
{
background-color: #283CE5;
}
.BgClassName
{
background-color: #283CE5;
}
</style>
border-color css
<style>
span { border-color: #283CE5; }
span { border-color: rgb(40,60,229); }
td.TdClassName
{
border-color: #283CE5;
}
.TagClassName
{
border-color: #283CE5;
}
</style>