Shades of Persian Blue #283DDE
Tints of Persian Blue #283DDE
RGB
CMYK
RGB Variations
Color information
#283DDE (or 0x283DDE) is known color: Persian Blue. HEX triplet: 28, 3D and DE. RGB value is (40,61,222). Sum of RGB (Red+Green+Blue) = 40+61+222=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #283DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDE is #D7C221. Grayscale: #484848. Windows color (decimal): -14139938 or 14564648. OLE color: 14564648.
HSL color Cylindrical-coordinate representation of color #283DDE: hue angle of 233.08º 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 #283DDE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 61 | 222 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.13 |
| HSL | 233.08º | 0.73% | 0.51% | - |
| HSV(B) | 233.08º | 0.82% | 0.87% | - |
| XYZ | 15.73 | 9.06 | 70.03 | - |
| YUV | 73.08 | 212.04 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 222 | 0.82 | 0.73 | 0 | 0.13 | 233.08 | 0.73 | 0.51 |
| Hex | 28 | 3D | DE | 52 | 49 | 0 | D | E9 | 49 | 33 |
| Octal | 50 | 75 | 336 | 122 | 111 | 0 | 15 | 351 | 111 | 63 |
| Binary | 101000 | 111101 | 11011110 | 1010010 | 1001001 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #283DDE
Complementary color
Monochromatic Colors of #283DDE
Black with #283DDE
Text Example
Text Example
White with #283DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DDE; }
p { color: rgb(40,61,222); }
H1.HeaderClassName
{
color: #283DDE;
}
.AnyTagClassName
{
color: #283DDE;
}
</style>
background-color css
<style>
a { background-color: #283DDE; }
a { background-color: rgb(40,61,222); }
div.DivClassName
{
background-color: #283DDE;
}
.BgClassName
{
background-color: #283DDE;
}
</style>
border-color css
<style>
span { border-color: #283DDE; }
span { border-color: rgb(40,61,222); }
td.TdClassName
{
border-color: #283DDE;
}
.TagClassName
{
border-color: #283DDE;
}
</style>