Shades of Persian Blue #283EDA
Tints of Persian Blue #283EDA
RGB
CMYK
RGB Variations
Color information
#283EDA (or 0x283EDA) is known color: Persian Blue. HEX triplet: 28, 3E and DA. RGB value is (40,62,218). Sum of RGB (Red+Green+Blue) = 40+62+218=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #283EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EDA is #D7C125. Grayscale: #484848. Windows color (decimal): -14139686 or 14302760. OLE color: 14302760.
HSL color Cylindrical-coordinate representation of color #283EDA: hue angle of 232.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EDA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 62 | 218 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.15 |
| HSL | 232.58º | 0.71% | 0.51% | - |
| HSV(B) | 232.58º | 0.82% | 0.85% | - |
| XYZ | 15.25 | 8.96 | 67.25 | - |
| YUV | 73.21 | 209.71 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 218 | 0.82 | 0.72 | 0 | 0.15 | 232.58 | 0.71 | 0.51 |
| Hex | 28 | 3E | DA | 52 | 48 | 0 | F | E9 | 47 | 33 |
| Octal | 50 | 76 | 332 | 122 | 110 | 0 | 17 | 351 | 107 | 63 |
| Binary | 101000 | 111110 | 11011010 | 1010010 | 1001000 | 0 | 1111 | 11101001 | 1000111 | 110011 |
Color Harmonies of #283EDA
Complementary color
Monochromatic Colors of #283EDA
Black with #283EDA
Text Example
Text Example
White with #283EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EDA; }
p { color: rgb(40,62,218); }
H1.HeaderClassName
{
color: #283EDA;
}
.AnyTagClassName
{
color: #283EDA;
}
</style>
background-color css
<style>
a { background-color: #283EDA; }
a { background-color: rgb(40,62,218); }
div.DivClassName
{
background-color: #283EDA;
}
.BgClassName
{
background-color: #283EDA;
}
</style>
border-color css
<style>
span { border-color: #283EDA; }
span { border-color: rgb(40,62,218); }
td.TdClassName
{
border-color: #283EDA;
}
.TagClassName
{
border-color: #283EDA;
}
</style>