Shades of Persian Blue #282CA8
Tints of Persian Blue #282CA8
RGB
CMYK
RGB Variations
Color information
#282CA8 (or 0x282CA8) is known color: Persian Blue. HEX triplet: 28, 2C and A8. RGB value is (40,44,168). Sum of RGB (Red+Green+Blue) = 40+44+168=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 168 (66.02% from 255 or 66.67% from 252); Max value from RGB is 168 - color contains mainly: blue. Hex color #282CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282CA8 is #D7D357. Grayscale: #383838. Windows color (decimal): -14144344 or 11021352. OLE color: 11021352.
HSL color Cylindrical-coordinate representation of color #282CA8: hue angle of 238.12º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282CA8 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 44 | 168 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.34 |
| HSL | 238.13º | 0.62% | 0.41% | - |
| HSV(B) | 238.13º | 0.76% | 0.66% | - |
| XYZ | 8.84 | 5.08 | 37.56 | - |
| YUV | 56.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 168 | 0.76 | 0.74 | 0 | 0.34 | 238.13 | 0.62 | 0.41 |
| Hex | 28 | 2C | A8 | 4C | 4A | 0 | 22 | EE | 3E | 29 |
| Octal | 50 | 54 | 250 | 114 | 112 | 0 | 42 | 356 | 76 | 51 |
| Binary | 101000 | 101100 | 10101000 | 1001100 | 1001010 | 0 | 100010 | 11101110 | 111110 | 101001 |
Color Harmonies of #282CA8
Complementary color
Monochromatic Colors of #282CA8
Black with #282CA8
Text Example
Text Example
White with #282CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CA8; }
p { color: rgb(40,44,168); }
H1.HeaderClassName
{
color: #282CA8;
}
.AnyTagClassName
{
color: #282CA8;
}
</style>
background-color css
<style>
a { background-color: #282CA8; }
a { background-color: rgb(40,44,168); }
div.DivClassName
{
background-color: #282CA8;
}
.BgClassName
{
background-color: #282CA8;
}
</style>
border-color css
<style>
span { border-color: #282CA8; }
span { border-color: rgb(40,44,168); }
td.TdClassName
{
border-color: #282CA8;
}
.TagClassName
{
border-color: #282CA8;
}
</style>