Shades of Persian Blue #283ADB
Tints of Persian Blue #283ADB
RGB
CMYK
RGB Variations
Color information
#283ADB (or 0x283ADB) is known color: Persian Blue. HEX triplet: 28, 3A and DB. RGB value is (40,58,219). Sum of RGB (Red+Green+Blue) = 40+58+219=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #283ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ADB is #D7C524. Grayscale: #464646. Windows color (decimal): -14140709 or 14367272. OLE color: 14367272.
HSL color Cylindrical-coordinate representation of color #283ADB: hue angle of 233.97º 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 #283ADB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 58 | 219 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.14 |
| HSL | 233.97º | 0.71% | 0.51% | - |
| HSV(B) | 233.97º | 0.82% | 0.86% | - |
| XYZ | 15.17 | 8.59 | 67.88 | - |
| YUV | 70.97 | 211.54 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 219 | 0.82 | 0.74 | 0 | 0.14 | 233.97 | 0.71 | 0.51 |
| Hex | 28 | 3A | DB | 52 | 4A | 0 | E | EA | 47 | 33 |
| Octal | 50 | 72 | 333 | 122 | 112 | 0 | 16 | 352 | 107 | 63 |
| Binary | 101000 | 111010 | 11011011 | 1010010 | 1001010 | 0 | 1110 | 11101010 | 1000111 | 110011 |
Color Harmonies of #283ADB
Complementary color
Monochromatic Colors of #283ADB
Black with #283ADB
Text Example
Text Example
White with #283ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ADB; }
p { color: rgb(40,58,219); }
H1.HeaderClassName
{
color: #283ADB;
}
.AnyTagClassName
{
color: #283ADB;
}
</style>
background-color css
<style>
a { background-color: #283ADB; }
a { background-color: rgb(40,58,219); }
div.DivClassName
{
background-color: #283ADB;
}
.BgClassName
{
background-color: #283ADB;
}
</style>
border-color css
<style>
span { border-color: #283ADB; }
span { border-color: rgb(40,58,219); }
td.TdClassName
{
border-color: #283ADB;
}
.TagClassName
{
border-color: #283ADB;
}
</style>