Shades of Persian Blue #282CDD
Tints of Persian Blue #282CDD
RGB
CMYK
RGB Variations
Color information
#282CDD (or 0x282CDD) is known color: Persian Blue. HEX triplet: 28, 2C and DD. RGB value is (40,44,221). Sum of RGB (Red+Green+Blue) = 40+44+221=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #282CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CDD is #D7D322. Grayscale: #3E3E3E. Windows color (decimal): -14144291 or 14494760. OLE color: 14494760.
HSL color Cylindrical-coordinate representation of color #282CDD: hue angle of 238.67º 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 #282CDD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 44 | 221 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.67º | 0.73% | 0.51% | - |
| HSV(B) | 238.67º | 0.82% | 0.87% | - |
| XYZ | 14.83 | 7.47 | 69.07 | - |
| YUV | 62.98 | 217.17 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 221 | 0.82 | 0.80 | 0 | 0.13 | 238.67 | 0.73 | 0.51 |
| Hex | 28 | 2C | DD | 52 | 50 | 0 | D | EF | 49 | 33 |
| Octal | 50 | 54 | 335 | 122 | 120 | 0 | 15 | 357 | 111 | 63 |
| Binary | 101000 | 101100 | 11011101 | 1010010 | 1010000 | 0 | 1101 | 11101111 | 1001001 | 110011 |
Color Harmonies of #282CDD
Complementary color
Monochromatic Colors of #282CDD
Black with #282CDD
Text Example
Text Example
White with #282CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CDD; }
p { color: rgb(40,44,221); }
H1.HeaderClassName
{
color: #282CDD;
}
.AnyTagClassName
{
color: #282CDD;
}
</style>
background-color css
<style>
a { background-color: #282CDD; }
a { background-color: rgb(40,44,221); }
div.DivClassName
{
background-color: #282CDD;
}
.BgClassName
{
background-color: #282CDD;
}
</style>
border-color css
<style>
span { border-color: #282CDD; }
span { border-color: rgb(40,44,221); }
td.TdClassName
{
border-color: #282CDD;
}
.TagClassName
{
border-color: #282CDD;
}
</style>