Shades of Persian Blue #282CDC
Tints of Persian Blue #282CDC
RGB
CMYK
RGB Variations
Color information
#282CDC (or 0x282CDC) is known color: Persian Blue. HEX triplet: 28, 2C and DC. RGB value is (40,44,220). Sum of RGB (Red+Green+Blue) = 40+44+220=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #282CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CDC is #D7D323. Grayscale: #3E3E3E. Windows color (decimal): -14144292 or 14429224. OLE color: 14429224.
HSL color Cylindrical-coordinate representation of color #282CDC: hue angle of 238.67º 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 #282CDC is Cyan = 0.82, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 44 | 220 | - |
| CMYK | 0.82 | 0.8 | 0 | 0.14 |
| HSL | 238.67º | 0.72% | 0.51% | - |
| HSV(B) | 238.67º | 0.82% | 0.86% | - |
| XYZ | 14.69 | 7.42 | 68.37 | - |
| YUV | 62.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 220 | 0.82 | 0.8 | 0 | 0.14 | 238.67 | 0.72 | 0.51 |
| Hex | 28 | 2C | DC | 52 | 50 | 0 | E | EF | 48 | 33 |
| Octal | 50 | 54 | 334 | 122 | 120 | 0 | 16 | 357 | 110 | 63 |
| Binary | 101000 | 101100 | 11011100 | 1010010 | 1010000 | 0 | 1110 | 11101111 | 1001000 | 110011 |
Color Harmonies of #282CDC
Complementary color
Monochromatic Colors of #282CDC
Black with #282CDC
Text Example
Text Example
White with #282CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CDC; }
p { color: rgb(40,44,220); }
H1.HeaderClassName
{
color: #282CDC;
}
.AnyTagClassName
{
color: #282CDC;
}
</style>
background-color css
<style>
a { background-color: #282CDC; }
a { background-color: rgb(40,44,220); }
div.DivClassName
{
background-color: #282CDC;
}
.BgClassName
{
background-color: #282CDC;
}
</style>
border-color css
<style>
span { border-color: #282CDC; }
span { border-color: rgb(40,44,220); }
td.TdClassName
{
border-color: #282CDC;
}
.TagClassName
{
border-color: #282CDC;
}
</style>