Shades of Persian Blue #283DDB
Tints of Persian Blue #283DDB
RGB
CMYK
RGB Variations
Color information
#283DDB (or 0x283DDB) is known color: Persian Blue. HEX triplet: 28, 3D and DB. RGB value is (40,61,219). Sum of RGB (Red+Green+Blue) = 40+61+219=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #283DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDB is #D7C224. Grayscale: #484848. Windows color (decimal): -14139941 or 14368040. OLE color: 14368040.
HSL color Cylindrical-coordinate representation of color #283DDB: hue angle of 232.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283DDB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 61 | 219 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.14 |
| HSL | 232.96º | 0.71% | 0.51% | - |
| HSV(B) | 232.96º | 0.82% | 0.86% | - |
| XYZ | 15.33 | 8.9 | 67.93 | - |
| YUV | 72.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 219 | 0.82 | 0.72 | 0 | 0.14 | 232.96 | 0.71 | 0.51 |
| Hex | 28 | 3D | DB | 52 | 48 | 0 | E | E9 | 47 | 33 |
| Octal | 50 | 75 | 333 | 122 | 110 | 0 | 16 | 351 | 107 | 63 |
| Binary | 101000 | 111101 | 11011011 | 1010010 | 1001000 | 0 | 1110 | 11101001 | 1000111 | 110011 |
Color Harmonies of #283DDB
Complementary color
Monochromatic Colors of #283DDB
Black with #283DDB
Text Example
Text Example
White with #283DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DDB; }
p { color: rgb(40,61,219); }
H1.HeaderClassName
{
color: #283DDB;
}
.AnyTagClassName
{
color: #283DDB;
}
</style>
background-color css
<style>
a { background-color: #283DDB; }
a { background-color: rgb(40,61,219); }
div.DivClassName
{
background-color: #283DDB;
}
.BgClassName
{
background-color: #283DDB;
}
</style>
border-color css
<style>
span { border-color: #283DDB; }
span { border-color: rgb(40,61,219); }
td.TdClassName
{
border-color: #283DDB;
}
.TagClassName
{
border-color: #283DDB;
}
</style>