Shades of Persian Blue #283BDE
Tints of Persian Blue #283BDE
RGB
CMYK
RGB Variations
Color information
#283BDE (or 0x283BDE) is known color: Persian Blue. HEX triplet: 28, 3B and DE. RGB value is (40,59,222). Sum of RGB (Red+Green+Blue) = 40+59+222=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #283BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BDE is #D7C421. Grayscale: #474747. Windows color (decimal): -14140450 or 14564136. OLE color: 14564136.
HSL color Cylindrical-coordinate representation of color #283BDE: hue angle of 233.74º 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 #283BDE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 59 | 222 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.13 |
| HSL | 233.74º | 0.73% | 0.51% | - |
| HSV(B) | 233.74º | 0.82% | 0.87% | - |
| XYZ | 15.62 | 8.85 | 69.99 | - |
| YUV | 71.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 222 | 0.82 | 0.73 | 0 | 0.13 | 233.74 | 0.73 | 0.51 |
| Hex | 28 | 3B | DE | 52 | 49 | 0 | D | EA | 49 | 33 |
| Octal | 50 | 73 | 336 | 122 | 111 | 0 | 15 | 352 | 111 | 63 |
| Binary | 101000 | 111011 | 11011110 | 1010010 | 1001001 | 0 | 1101 | 11101010 | 1001001 | 110011 |
Color Harmonies of #283BDE
Complementary color
Monochromatic Colors of #283BDE
Black with #283BDE
Text Example
Text Example
White with #283BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BDE; }
p { color: rgb(40,59,222); }
H1.HeaderClassName
{
color: #283BDE;
}
.AnyTagClassName
{
color: #283BDE;
}
</style>
background-color css
<style>
a { background-color: #283BDE; }
a { background-color: rgb(40,59,222); }
div.DivClassName
{
background-color: #283BDE;
}
.BgClassName
{
background-color: #283BDE;
}
</style>
border-color css
<style>
span { border-color: #283BDE; }
span { border-color: rgb(40,59,222); }
td.TdClassName
{
border-color: #283BDE;
}
.TagClassName
{
border-color: #283BDE;
}
</style>