Shades of Persian Blue #282CAD
Tints of Persian Blue #282CAD
RGB
CMYK
RGB Variations
Color information
#282CAD (or 0x282CAD) is known color: Persian Blue. HEX triplet: 28, 2C and AD. RGB value is (40,44,173). Sum of RGB (Red+Green+Blue) = 40+44+173=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #282CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282CAD is #D7D352. Grayscale: #383838. Windows color (decimal): -14144339 or 11349032. OLE color: 11349032.
HSL color Cylindrical-coordinate representation of color #282CAD: hue angle of 238.2º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282CAD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 44 | 173 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.32 |
| HSL | 238.2º | 0.62% | 0.42% | - |
| HSV(B) | 238.2º | 0.77% | 0.68% | - |
| XYZ | 9.32 | 5.27 | 40.06 | - |
| YUV | 57.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 173 | 0.77 | 0.75 | 0 | 0.32 | 238.2 | 0.62 | 0.42 |
| Hex | 28 | 2C | AD | 4D | 4B | 0 | 20 | EE | 3E | 2A |
| Octal | 50 | 54 | 255 | 115 | 113 | 0 | 40 | 356 | 76 | 52 |
| Binary | 101000 | 101100 | 10101101 | 1001101 | 1001011 | 0 | 100000 | 11101110 | 111110 | 101010 |
Color Harmonies of #282CAD
Complementary color
Monochromatic Colors of #282CAD
Black with #282CAD
Text Example
Text Example
White with #282CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CAD; }
p { color: rgb(40,44,173); }
H1.HeaderClassName
{
color: #282CAD;
}
.AnyTagClassName
{
color: #282CAD;
}
</style>
background-color css
<style>
a { background-color: #282CAD; }
a { background-color: rgb(40,44,173); }
div.DivClassName
{
background-color: #282CAD;
}
.BgClassName
{
background-color: #282CAD;
}
</style>
border-color css
<style>
span { border-color: #282CAD; }
span { border-color: rgb(40,44,173); }
td.TdClassName
{
border-color: #282CAD;
}
.TagClassName
{
border-color: #282CAD;
}
</style>