Shades of Persian Blue #283DDD
Tints of Persian Blue #283DDD
RGB
CMYK
RGB Variations
Color information
#283DDD (or 0x283DDD) is known color: Persian Blue. HEX triplet: 28, 3D and DD. RGB value is (40,61,221). Sum of RGB (Red+Green+Blue) = 40+61+221=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #283DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDD is #D7C222. Grayscale: #484848. Windows color (decimal): -14139939 or 14499112. OLE color: 14499112.
HSL color Cylindrical-coordinate representation of color #283DDD: hue angle of 233.04º 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 #283DDD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 61 | 221 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.13 |
| HSL | 233.04º | 0.73% | 0.51% | - |
| HSV(B) | 233.04º | 0.82% | 0.87% | - |
| XYZ | 15.59 | 9.01 | 69.32 | - |
| YUV | 72.96 | 211.54 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 221 | 0.82 | 0.72 | 0 | 0.13 | 233.04 | 0.73 | 0.51 |
| Hex | 28 | 3D | DD | 52 | 48 | 0 | D | E9 | 49 | 33 |
| Octal | 50 | 75 | 335 | 122 | 110 | 0 | 15 | 351 | 111 | 63 |
| Binary | 101000 | 111101 | 11011101 | 1010010 | 1001000 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #283DDD
Complementary color
Monochromatic Colors of #283DDD
Black with #283DDD
Text Example
Text Example
White with #283DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DDD; }
p { color: rgb(40,61,221); }
H1.HeaderClassName
{
color: #283DDD;
}
.AnyTagClassName
{
color: #283DDD;
}
</style>
background-color css
<style>
a { background-color: #283DDD; }
a { background-color: rgb(40,61,221); }
div.DivClassName
{
background-color: #283DDD;
}
.BgClassName
{
background-color: #283DDD;
}
</style>
border-color css
<style>
span { border-color: #283DDD; }
span { border-color: rgb(40,61,221); }
td.TdClassName
{
border-color: #283DDD;
}
.TagClassName
{
border-color: #283DDD;
}
</style>