Shades of Persian Blue #283AAC
Tints of Persian Blue #283AAC
RGB
CMYK
RGB Variations
Color information
#283AAC (or 0x283AAC) is known color: Persian Blue. HEX triplet: 28, 3A and AC. RGB value is (40,58,172). Sum of RGB (Red+Green+Blue) = 40+58+172=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #283AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AAC is #D7C553. Grayscale: #414141. Windows color (decimal): -14140756 or 11287080. OLE color: 11287080.
HSL color Cylindrical-coordinate representation of color #283AAC: hue angle of 231.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283AAC is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 58 | 172 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.33 |
| HSL | 231.82º | 0.62% | 0.42% | - |
| HSV(B) | 231.82º | 0.77% | 0.67% | - |
| XYZ | 9.83 | 6.46 | 39.76 | - |
| YUV | 65.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 172 | 0.77 | 0.66 | 0 | 0.33 | 231.82 | 0.62 | 0.42 |
| Hex | 28 | 3A | AC | 4D | 42 | 0 | 21 | E8 | 3E | 2A |
| Octal | 50 | 72 | 254 | 115 | 102 | 0 | 41 | 350 | 76 | 52 |
| Binary | 101000 | 111010 | 10101100 | 1001101 | 1000010 | 0 | 100001 | 11101000 | 111110 | 101010 |
Color Harmonies of #283AAC
Complementary color
Monochromatic Colors of #283AAC
Black with #283AAC
Text Example
Text Example
White with #283AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AAC; }
p { color: rgb(40,58,172); }
H1.HeaderClassName
{
color: #283AAC;
}
.AnyTagClassName
{
color: #283AAC;
}
</style>
background-color css
<style>
a { background-color: #283AAC; }
a { background-color: rgb(40,58,172); }
div.DivClassName
{
background-color: #283AAC;
}
.BgClassName
{
background-color: #283AAC;
}
</style>
border-color css
<style>
span { border-color: #283AAC; }
span { border-color: rgb(40,58,172); }
td.TdClassName
{
border-color: #283AAC;
}
.TagClassName
{
border-color: #283AAC;
}
</style>