Shades of Persian Blue #283AAF
Tints of Persian Blue #283AAF
RGB
CMYK
RGB Variations
Color information
#283AAF (or 0x283AAF) is known color: Persian Blue. HEX triplet: 28, 3A and AF. RGB value is (40,58,175). Sum of RGB (Red+Green+Blue) = 40+58+175=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #283AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AAF is #D7C550. Grayscale: #414141. Windows color (decimal): -14140753 or 11483688. OLE color: 11483688.
HSL color Cylindrical-coordinate representation of color #283AAF: hue angle of 232º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283AAF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 58 | 175 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.31 |
| HSL | 232º | 0.63% | 0.42% | - |
| HSV(B) | 232º | 0.77% | 0.69% | - |
| XYZ | 10.13 | 6.57 | 41.29 | - |
| YUV | 65.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 175 | 0.77 | 0.67 | 0 | 0.31 | 232 | 0.63 | 0.42 |
| Hex | 28 | 3A | AF | 4D | 43 | 0 | 1F | E8 | 3F | 2A |
| Octal | 50 | 72 | 257 | 115 | 103 | 0 | 37 | 350 | 77 | 52 |
| Binary | 101000 | 111010 | 10101111 | 1001101 | 1000011 | 0 | 11111 | 11101000 | 111111 | 101010 |
Color Harmonies of #283AAF
Complementary color
Monochromatic Colors of #283AAF
Black with #283AAF
Text Example
Text Example
White with #283AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AAF; }
p { color: rgb(40,58,175); }
H1.HeaderClassName
{
color: #283AAF;
}
.AnyTagClassName
{
color: #283AAF;
}
</style>
background-color css
<style>
a { background-color: #283AAF; }
a { background-color: rgb(40,58,175); }
div.DivClassName
{
background-color: #283AAF;
}
.BgClassName
{
background-color: #283AAF;
}
</style>
border-color css
<style>
span { border-color: #283AAF; }
span { border-color: rgb(40,58,175); }
td.TdClassName
{
border-color: #283AAF;
}
.TagClassName
{
border-color: #283AAF;
}
</style>