Shades of Persian Blue #282DC0
Tints of Persian Blue #282DC0
RGB
CMYK
RGB Variations
Color information
#282DC0 (or 0x282DC0) is known color: Persian Blue. HEX triplet: 28, 2D and C0. RGB value is (40,45,192). Sum of RGB (Red+Green+Blue) = 40+45+192=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #282DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DC0 is #D7D23F. Grayscale: #3B3B3B. Windows color (decimal): -14144064 or 12594472. OLE color: 12594472.
HSL color Cylindrical-coordinate representation of color #282DC0: hue angle of 238.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282DC0 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 45 | 192 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.25 |
| HSL | 238.03º | 0.66% | 0.45% | - |
| HSV(B) | 238.03º | 0.79% | 0.75% | - |
| XYZ | 11.33 | 6.13 | 50.46 | - |
| YUV | 60.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 192 | 0.79 | 0.77 | 0 | 0.25 | 238.03 | 0.66 | 0.45 |
| Hex | 28 | 2D | C0 | 4F | 4D | 0 | 19 | EE | 42 | 2D |
| Octal | 50 | 55 | 300 | 117 | 115 | 0 | 31 | 356 | 102 | 55 |
| Binary | 101000 | 101101 | 11000000 | 1001111 | 1001101 | 0 | 11001 | 11101110 | 1000010 | 101101 |
Color Harmonies of #282DC0
Complementary color
Monochromatic Colors of #282DC0
Black with #282DC0
Text Example
Text Example
White with #282DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DC0; }
p { color: rgb(40,45,192); }
H1.HeaderClassName
{
color: #282DC0;
}
.AnyTagClassName
{
color: #282DC0;
}
</style>
background-color css
<style>
a { background-color: #282DC0; }
a { background-color: rgb(40,45,192); }
div.DivClassName
{
background-color: #282DC0;
}
.BgClassName
{
background-color: #282DC0;
}
</style>
border-color css
<style>
span { border-color: #282DC0; }
span { border-color: rgb(40,45,192); }
td.TdClassName
{
border-color: #282DC0;
}
.TagClassName
{
border-color: #282DC0;
}
</style>