Shades of Persian Blue #282ADC
Tints of Persian Blue #282ADC
RGB
CMYK
RGB Variations
Color information
#282ADC (or 0x282ADC) is known color: Persian Blue. HEX triplet: 28, 2A and DC. RGB value is (40,42,220). Sum of RGB (Red+Green+Blue) = 40+42+220=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #282ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ADC is #D7D523. Grayscale: #3C3C3C. Windows color (decimal): -14144804 or 14428712. OLE color: 14428712.
HSL color Cylindrical-coordinate representation of color #282ADC: hue angle of 239.33º degrees, saturation: 0.72, 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 #282ADC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 42 | 220 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.14 |
| HSL | 239.33º | 0.72% | 0.51% | - |
| HSV(B) | 239.33º | 0.82% | 0.86% | - |
| XYZ | 14.62 | 7.27 | 68.34 | - |
| YUV | 61.69 | 217.34 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 220 | 0.82 | 0.81 | 0 | 0.14 | 239.33 | 0.72 | 0.51 |
| Hex | 28 | 2A | DC | 52 | 51 | 0 | E | EF | 48 | 33 |
| Octal | 50 | 52 | 334 | 122 | 121 | 0 | 16 | 357 | 110 | 63 |
| Binary | 101000 | 101010 | 11011100 | 1010010 | 1010001 | 0 | 1110 | 11101111 | 1001000 | 110011 |
Color Harmonies of #282ADC
Complementary color
Monochromatic Colors of #282ADC
Black with #282ADC
Text Example
Text Example
White with #282ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ADC; }
p { color: rgb(40,42,220); }
H1.HeaderClassName
{
color: #282ADC;
}
.AnyTagClassName
{
color: #282ADC;
}
</style>
background-color css
<style>
a { background-color: #282ADC; }
a { background-color: rgb(40,42,220); }
div.DivClassName
{
background-color: #282ADC;
}
.BgClassName
{
background-color: #282ADC;
}
</style>
border-color css
<style>
span { border-color: #282ADC; }
span { border-color: rgb(40,42,220); }
td.TdClassName
{
border-color: #282ADC;
}
.TagClassName
{
border-color: #282ADC;
}
</style>