Shades of Persian Blue #282CDE
Tints of Persian Blue #282CDE
RGB
CMYK
RGB Variations
Color information
#282CDE (or 0x282CDE) is known color: Persian Blue. HEX triplet: 28, 2C and DE. RGB value is (40,44,222). Sum of RGB (Red+Green+Blue) = 40+44+222=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #282CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CDE is #D7D321. Grayscale: #3E3E3E. Windows color (decimal): -14144290 or 14560296. OLE color: 14560296.
HSL color Cylindrical-coordinate representation of color #282CDE: hue angle of 238.68º 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 #282CDE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 44 | 222 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.68º | 0.73% | 0.51% | - |
| HSV(B) | 238.68º | 0.82% | 0.87% | - |
| XYZ | 14.96 | 7.53 | 69.77 | - |
| YUV | 63.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 222 | 0.82 | 0.80 | 0 | 0.13 | 238.68 | 0.73 | 0.51 |
| Hex | 28 | 2C | DE | 52 | 50 | 0 | D | EF | 49 | 33 |
| Octal | 50 | 54 | 336 | 122 | 120 | 0 | 15 | 357 | 111 | 63 |
| Binary | 101000 | 101100 | 11011110 | 1010010 | 1010000 | 0 | 1101 | 11101111 | 1001001 | 110011 |
Color Harmonies of #282CDE
Complementary color
Monochromatic Colors of #282CDE
Black with #282CDE
Text Example
Text Example
White with #282CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CDE; }
p { color: rgb(40,44,222); }
H1.HeaderClassName
{
color: #282CDE;
}
.AnyTagClassName
{
color: #282CDE;
}
</style>
background-color css
<style>
a { background-color: #282CDE; }
a { background-color: rgb(40,44,222); }
div.DivClassName
{
background-color: #282CDE;
}
.BgClassName
{
background-color: #282CDE;
}
</style>
border-color css
<style>
span { border-color: #282CDE; }
span { border-color: rgb(40,44,222); }
td.TdClassName
{
border-color: #282CDE;
}
.TagClassName
{
border-color: #282CDE;
}
</style>