Shades of Persian Blue #283ED3
Tints of Persian Blue #283ED3
RGB
CMYK
RGB Variations
Color information
#283ED3 (or 0x283ED3) is known color: Persian Blue. HEX triplet: 28, 3E and D3. RGB value is (40,62,211). Sum of RGB (Red+Green+Blue) = 40+62+211=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 211 (82.81% from 255 or 67.41% from 313); Max value from RGB is 211 - color contains mainly: blue. Hex color #283ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED3 is #D7C12C. Grayscale: #474747. Windows color (decimal): -14139693 or 13844008. OLE color: 13844008.
HSL color Cylindrical-coordinate representation of color #283ED3: hue angle of 232.28º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ED3 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 62 | 211 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.17 |
| HSL | 232.28º | 0.68% | 0.49% | - |
| HSV(B) | 232.28º | 0.81% | 0.83% | - |
| XYZ | 14.36 | 8.6 | 62.53 | - |
| YUV | 72.41 | 206.21 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 211 | 0.81 | 0.71 | 0 | 0.17 | 232.28 | 0.68 | 0.49 |
| Hex | 28 | 3E | D3 | 51 | 47 | 0 | 11 | E8 | 44 | 31 |
| Octal | 50 | 76 | 323 | 121 | 107 | 0 | 21 | 350 | 104 | 61 |
| Binary | 101000 | 111110 | 11010011 | 1010001 | 1000111 | 0 | 10001 | 11101000 | 1000100 | 110001 |
Color Harmonies of #283ED3
Complementary color
Monochromatic Colors of #283ED3
Black with #283ED3
Text Example
Text Example
White with #283ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ED3; }
p { color: rgb(40,62,211); }
H1.HeaderClassName
{
color: #283ED3;
}
.AnyTagClassName
{
color: #283ED3;
}
</style>
background-color css
<style>
a { background-color: #283ED3; }
a { background-color: rgb(40,62,211); }
div.DivClassName
{
background-color: #283ED3;
}
.BgClassName
{
background-color: #283ED3;
}
</style>
border-color css
<style>
span { border-color: #283ED3; }
span { border-color: rgb(40,62,211); }
td.TdClassName
{
border-color: #283ED3;
}
.TagClassName
{
border-color: #283ED3;
}
</style>