Shades of Persian Blue #282CCC
Tints of Persian Blue #282CCC
RGB
CMYK
RGB Variations
Color information
#282CCC (or 0x282CCC) is known color: Persian Blue. HEX triplet: 28, 2C and CC. RGB value is (40,44,204). Sum of RGB (Red+Green+Blue) = 40+44+204=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #282CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CCC is #D7D333. Grayscale: #3C3C3C. Windows color (decimal): -14144308 or 13380648. OLE color: 13380648.
HSL color Cylindrical-coordinate representation of color #282CCC: hue angle of 238.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #282CCC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 44 | 204 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.2 |
| HSL | 238.54º | 0.67% | 0.48% | - |
| HSV(B) | 238.54º | 0.8% | 0.8% | - |
| XYZ | 12.67 | 6.61 | 57.73 | - |
| YUV | 61.04 | 208.67 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 204 | 0.80 | 0.78 | 0 | 0.2 | 238.54 | 0.67 | 0.48 |
| Hex | 28 | 2C | CC | 50 | 4E | 0 | 14 | EF | 43 | 30 |
| Octal | 50 | 54 | 314 | 120 | 116 | 0 | 24 | 357 | 103 | 60 |
| Binary | 101000 | 101100 | 11001100 | 1010000 | 1001110 | 0 | 10100 | 11101111 | 1000011 | 110000 |
Color Harmonies of #282CCC
Complementary color
Monochromatic Colors of #282CCC
Black with #282CCC
Text Example
Text Example
White with #282CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CCC; }
p { color: rgb(40,44,204); }
H1.HeaderClassName
{
color: #282CCC;
}
.AnyTagClassName
{
color: #282CCC;
}
</style>
background-color css
<style>
a { background-color: #282CCC; }
a { background-color: rgb(40,44,204); }
div.DivClassName
{
background-color: #282CCC;
}
.BgClassName
{
background-color: #282CCC;
}
</style>
border-color css
<style>
span { border-color: #282CCC; }
span { border-color: rgb(40,44,204); }
td.TdClassName
{
border-color: #282CCC;
}
.TagClassName
{
border-color: #282CCC;
}
</style>