Shades of Persian Blue #283AAE
Tints of Persian Blue #283AAE
RGB
CMYK
RGB Variations
Color information
#283AAE (or 0x283AAE) is known color: Persian Blue. HEX triplet: 28, 3A and AE. RGB value is (40,58,174). Sum of RGB (Red+Green+Blue) = 40+58+174=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #283AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AAE is #D7C551. Grayscale: #414141. Windows color (decimal): -14140754 or 11418152. OLE color: 11418152.
HSL color Cylindrical-coordinate representation of color #283AAE: hue angle of 231.94º degrees, saturation: 0.63, 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 #283AAE is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 58 | 174 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.32 |
| HSL | 231.94º | 0.63% | 0.42% | - |
| HSV(B) | 231.94º | 0.77% | 0.68% | - |
| XYZ | 10.03 | 6.53 | 40.78 | - |
| YUV | 65.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 174 | 0.77 | 0.67 | 0 | 0.32 | 231.94 | 0.63 | 0.42 |
| Hex | 28 | 3A | AE | 4D | 43 | 0 | 20 | E8 | 3F | 2A |
| Octal | 50 | 72 | 256 | 115 | 103 | 0 | 40 | 350 | 77 | 52 |
| Binary | 101000 | 111010 | 10101110 | 1001101 | 1000011 | 0 | 100000 | 11101000 | 111111 | 101010 |
Color Harmonies of #283AAE
Complementary color
Monochromatic Colors of #283AAE
Black with #283AAE
Text Example
Text Example
White with #283AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AAE; }
p { color: rgb(40,58,174); }
H1.HeaderClassName
{
color: #283AAE;
}
.AnyTagClassName
{
color: #283AAE;
}
</style>
background-color css
<style>
a { background-color: #283AAE; }
a { background-color: rgb(40,58,174); }
div.DivClassName
{
background-color: #283AAE;
}
.BgClassName
{
background-color: #283AAE;
}
</style>
border-color css
<style>
span { border-color: #283AAE; }
span { border-color: rgb(40,58,174); }
td.TdClassName
{
border-color: #283AAE;
}
.TagClassName
{
border-color: #283AAE;
}
</style>