Shades of Persian Blue #283EDE
Tints of Persian Blue #283EDE
RGB
CMYK
RGB Variations
Color information
#283EDE (or 0x283EDE) is known color: Persian Blue. HEX triplet: 28, 3E and DE. RGB value is (40,62,222). Sum of RGB (Red+Green+Blue) = 40+62+222=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #283EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EDE is #D7C121. Grayscale: #494949. Windows color (decimal): -14139682 or 14564904. OLE color: 14564904.
HSL color Cylindrical-coordinate representation of color #283EDE: hue angle of 232.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EDE is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 62 | 222 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.13 |
| HSL | 232.75º | 0.73% | 0.51% | - |
| HSV(B) | 232.75º | 0.82% | 0.87% | - |
| XYZ | 15.78 | 9.17 | 70.05 | - |
| YUV | 73.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 222 | 0.82 | 0.72 | 0 | 0.13 | 232.75 | 0.73 | 0.51 |
| Hex | 28 | 3E | DE | 52 | 48 | 0 | D | E9 | 49 | 33 |
| Octal | 50 | 76 | 336 | 122 | 110 | 0 | 15 | 351 | 111 | 63 |
| Binary | 101000 | 111110 | 11011110 | 1010010 | 1001000 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #283EDE
Complementary color
Monochromatic Colors of #283EDE
Black with #283EDE
Text Example
Text Example
White with #283EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EDE; }
p { color: rgb(40,62,222); }
H1.HeaderClassName
{
color: #283EDE;
}
.AnyTagClassName
{
color: #283EDE;
}
</style>
background-color css
<style>
a { background-color: #283EDE; }
a { background-color: rgb(40,62,222); }
div.DivClassName
{
background-color: #283EDE;
}
.BgClassName
{
background-color: #283EDE;
}
</style>
border-color css
<style>
span { border-color: #283EDE; }
span { border-color: rgb(40,62,222); }
td.TdClassName
{
border-color: #283EDE;
}
.TagClassName
{
border-color: #283EDE;
}
</style>