Shades of Persian Blue #283FAA
Tints of Persian Blue #283FAA
RGB
CMYK
RGB Variations
Color information
#283FAA (or 0x283FAA) is known color: Persian Blue. HEX triplet: 28, 3F and AA. RGB value is (40,63,170). Sum of RGB (Red+Green+Blue) = 40+63+170=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #283FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FAA is #D7C055. Grayscale: #434343. Windows color (decimal): -14139478 or 11157288. OLE color: 11157288.
HSL color Cylindrical-coordinate representation of color #283FAA: hue angle of 229.38º 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 #283FAA is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 63 | 170 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.33 |
| HSL | 229.38º | 0.62% | 0.41% | - |
| HSV(B) | 229.38º | 0.76% | 0.67% | - |
| XYZ | 9.91 | 6.91 | 38.84 | - |
| YUV | 68.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 170 | 0.76 | 0.63 | 0 | 0.33 | 229.38 | 0.62 | 0.41 |
| Hex | 28 | 3F | AA | 4C | 3F | 0 | 21 | E5 | 3E | 29 |
| Octal | 50 | 77 | 252 | 114 | 77 | 0 | 41 | 345 | 76 | 51 |
| Binary | 101000 | 111111 | 10101010 | 1001100 | 111111 | 0 | 100001 | 11100101 | 111110 | 101001 |
Color Harmonies of #283FAA
Complementary color
Monochromatic Colors of #283FAA
Black with #283FAA
Text Example
Text Example
White with #283FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FAA; }
p { color: rgb(40,63,170); }
H1.HeaderClassName
{
color: #283FAA;
}
.AnyTagClassName
{
color: #283FAA;
}
</style>
background-color css
<style>
a { background-color: #283FAA; }
a { background-color: rgb(40,63,170); }
div.DivClassName
{
background-color: #283FAA;
}
.BgClassName
{
background-color: #283FAA;
}
</style>
border-color css
<style>
span { border-color: #283FAA; }
span { border-color: rgb(40,63,170); }
td.TdClassName
{
border-color: #283FAA;
}
.TagClassName
{
border-color: #283FAA;
}
</style>