Shades of Persian Blue #282DAA
Tints of Persian Blue #282DAA
RGB
CMYK
RGB Variations
Color information
#282DAA (or 0x282DAA) is known color: Persian Blue. HEX triplet: 28, 2D and AA. RGB value is (40,45,170). Sum of RGB (Red+Green+Blue) = 40+45+170=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #282DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282DAA is #D7D255. Grayscale: #393939. Windows color (decimal): -14144086 or 11152680. OLE color: 11152680.
HSL color Cylindrical-coordinate representation of color #282DAA: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282DAA is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 45 | 170 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.33 |
| HSL | 237.69º | 0.62% | 0.41% | - |
| HSV(B) | 237.69º | 0.76% | 0.67% | - |
| XYZ | 9.07 | 5.23 | 38.56 | - |
| YUV | 57.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 170 | 0.76 | 0.74 | 0 | 0.33 | 237.69 | 0.62 | 0.41 |
| Hex | 28 | 2D | AA | 4C | 4A | 0 | 21 | EE | 3E | 29 |
| Octal | 50 | 55 | 252 | 114 | 112 | 0 | 41 | 356 | 76 | 51 |
| Binary | 101000 | 101101 | 10101010 | 1001100 | 1001010 | 0 | 100001 | 11101110 | 111110 | 101001 |
Color Harmonies of #282DAA
Complementary color
Monochromatic Colors of #282DAA
Black with #282DAA
Text Example
Text Example
White with #282DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DAA; }
p { color: rgb(40,45,170); }
H1.HeaderClassName
{
color: #282DAA;
}
.AnyTagClassName
{
color: #282DAA;
}
</style>
background-color css
<style>
a { background-color: #282DAA; }
a { background-color: rgb(40,45,170); }
div.DivClassName
{
background-color: #282DAA;
}
.BgClassName
{
background-color: #282DAA;
}
</style>
border-color css
<style>
span { border-color: #282DAA; }
span { border-color: rgb(40,45,170); }
td.TdClassName
{
border-color: #282DAA;
}
.TagClassName
{
border-color: #282DAA;
}
</style>