Shades of Persian Blue #282FAA
Tints of Persian Blue #282FAA
RGB
CMYK
RGB Variations
Color information
#282FAA (or 0x282FAA) is known color: Persian Blue. HEX triplet: 28, 2F and AA. RGB value is (40,47,170). Sum of RGB (Red+Green+Blue) = 40+47+170=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #282FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282FAA is #D7D055. Grayscale: #3A3A3A. Windows color (decimal): -14143574 or 11153192. OLE color: 11153192.
HSL color Cylindrical-coordinate representation of color #282FAA: hue angle of 236.77º 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 #282FAA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 47 | 170 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.33 |
| HSL | 236.77º | 0.62% | 0.41% | - |
| HSV(B) | 236.77º | 0.76% | 0.67% | - |
| XYZ | 9.15 | 5.39 | 38.59 | - |
| YUV | 58.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 170 | 0.76 | 0.72 | 0 | 0.33 | 236.77 | 0.62 | 0.41 |
| Hex | 28 | 2F | AA | 4C | 48 | 0 | 21 | ED | 3E | 29 |
| Octal | 50 | 57 | 252 | 114 | 110 | 0 | 41 | 355 | 76 | 51 |
| Binary | 101000 | 101111 | 10101010 | 1001100 | 1001000 | 0 | 100001 | 11101101 | 111110 | 101001 |
Color Harmonies of #282FAA
Complementary color
Monochromatic Colors of #282FAA
Black with #282FAA
Text Example
Text Example
White with #282FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FAA; }
p { color: rgb(40,47,170); }
H1.HeaderClassName
{
color: #282FAA;
}
.AnyTagClassName
{
color: #282FAA;
}
</style>
background-color css
<style>
a { background-color: #282FAA; }
a { background-color: rgb(40,47,170); }
div.DivClassName
{
background-color: #282FAA;
}
.BgClassName
{
background-color: #282FAA;
}
</style>
border-color css
<style>
span { border-color: #282FAA; }
span { border-color: rgb(40,47,170); }
td.TdClassName
{
border-color: #282FAA;
}
.TagClassName
{
border-color: #282FAA;
}
</style>