Shades of Persian Blue #283AAA
Tints of Persian Blue #283AAA
RGB
CMYK
RGB Variations
Color information
#283AAA (or 0x283AAA) is known color: Persian Blue. HEX triplet: 28, 3A and AA. RGB value is (40,58,170). Sum of RGB (Red+Green+Blue) = 40+58+170=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #283AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AAA is #D7C555. Grayscale: #404040. Windows color (decimal): -14140758 or 11156008. OLE color: 11156008.
HSL color Cylindrical-coordinate representation of color #283AAA: hue angle of 231.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 #283AAA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 58 | 170 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.33 |
| HSL | 231.69º | 0.62% | 0.41% | - |
| HSV(B) | 231.69º | 0.76% | 0.67% | - |
| XYZ | 9.64 | 6.38 | 38.75 | - |
| YUV | 65.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 170 | 0.76 | 0.66 | 0 | 0.33 | 231.69 | 0.62 | 0.41 |
| Hex | 28 | 3A | AA | 4C | 42 | 0 | 21 | E8 | 3E | 29 |
| Octal | 50 | 72 | 252 | 114 | 102 | 0 | 41 | 350 | 76 | 51 |
| Binary | 101000 | 111010 | 10101010 | 1001100 | 1000010 | 0 | 100001 | 11101000 | 111110 | 101001 |
Color Harmonies of #283AAA
Complementary color
Monochromatic Colors of #283AAA
Black with #283AAA
Text Example
Text Example
White with #283AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AAA; }
p { color: rgb(40,58,170); }
H1.HeaderClassName
{
color: #283AAA;
}
.AnyTagClassName
{
color: #283AAA;
}
</style>
background-color css
<style>
a { background-color: #283AAA; }
a { background-color: rgb(40,58,170); }
div.DivClassName
{
background-color: #283AAA;
}
.BgClassName
{
background-color: #283AAA;
}
</style>
border-color css
<style>
span { border-color: #283AAA; }
span { border-color: rgb(40,58,170); }
td.TdClassName
{
border-color: #283AAA;
}
.TagClassName
{
border-color: #283AAA;
}
</style>