Shades of Persian Blue #283AA8
Tints of Persian Blue #283AA8
RGB
CMYK
RGB Variations
Color information
#283AA8 (or 0x283AA8) is known color: Persian Blue. HEX triplet: 28, 3A and A8. RGB value is (40,58,168). Sum of RGB (Red+Green+Blue) = 40+58+168=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 168 (66.02% from 255 or 63.16% from 266); Max value from RGB is 168 - color contains mainly: blue. Hex color #283AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA8 is #D7C557. Grayscale: #404040. Windows color (decimal): -14140760 or 11024936. OLE color: 11024936.
HSL color Cylindrical-coordinate representation of color #283AA8: hue angle of 231.56º 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 #283AA8 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 58 | 168 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.34 |
| HSL | 231.56º | 0.62% | 0.41% | - |
| HSV(B) | 231.56º | 0.76% | 0.66% | - |
| XYZ | 9.46 | 6.3 | 37.76 | - |
| YUV | 65.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 168 | 0.76 | 0.65 | 0 | 0.34 | 231.56 | 0.62 | 0.41 |
| Hex | 28 | 3A | A8 | 4C | 41 | 0 | 22 | E8 | 3E | 29 |
| Octal | 50 | 72 | 250 | 114 | 101 | 0 | 42 | 350 | 76 | 51 |
| Binary | 101000 | 111010 | 10101000 | 1001100 | 1000001 | 0 | 100010 | 11101000 | 111110 | 101001 |
Color Harmonies of #283AA8
Complementary color
Monochromatic Colors of #283AA8
Black with #283AA8
Text Example
Text Example
White with #283AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AA8; }
p { color: rgb(40,58,168); }
H1.HeaderClassName
{
color: #283AA8;
}
.AnyTagClassName
{
color: #283AA8;
}
</style>
background-color css
<style>
a { background-color: #283AA8; }
a { background-color: rgb(40,58,168); }
div.DivClassName
{
background-color: #283AA8;
}
.BgClassName
{
background-color: #283AA8;
}
</style>
border-color css
<style>
span { border-color: #283AA8; }
span { border-color: rgb(40,58,168); }
td.TdClassName
{
border-color: #283AA8;
}
.TagClassName
{
border-color: #283AA8;
}
</style>