Shades of Persian Blue #283ABE
Tints of Persian Blue #283ABE
RGB
CMYK
RGB Variations
Color information
#283ABE (or 0x283ABE) is known color: Persian Blue. HEX triplet: 28, 3A and BE. RGB value is (40,58,190). Sum of RGB (Red+Green+Blue) = 40+58+190=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #283ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ABE is #D7C541. Grayscale: #434343. Windows color (decimal): -14140738 or 12466728. OLE color: 12466728.
HSL color Cylindrical-coordinate representation of color #283ABE: hue angle of 232.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283ABE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 58 | 190 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.25 |
| HSL | 232.8º | 0.65% | 0.45% | - |
| HSV(B) | 232.8º | 0.79% | 0.75% | - |
| XYZ | 11.68 | 7.19 | 49.49 | - |
| YUV | 67.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 190 | 0.79 | 0.69 | 0 | 0.25 | 232.8 | 0.65 | 0.45 |
| Hex | 28 | 3A | BE | 4F | 45 | 0 | 19 | E9 | 41 | 2D |
| Octal | 50 | 72 | 276 | 117 | 105 | 0 | 31 | 351 | 101 | 55 |
| Binary | 101000 | 111010 | 10111110 | 1001111 | 1000101 | 0 | 11001 | 11101001 | 1000001 | 101101 |
Color Harmonies of #283ABE
Complementary color
Monochromatic Colors of #283ABE
Black with #283ABE
Text Example
Text Example
White with #283ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ABE; }
p { color: rgb(40,58,190); }
H1.HeaderClassName
{
color: #283ABE;
}
.AnyTagClassName
{
color: #283ABE;
}
</style>
background-color css
<style>
a { background-color: #283ABE; }
a { background-color: rgb(40,58,190); }
div.DivClassName
{
background-color: #283ABE;
}
.BgClassName
{
background-color: #283ABE;
}
</style>
border-color css
<style>
span { border-color: #283ABE; }
span { border-color: rgb(40,58,190); }
td.TdClassName
{
border-color: #283ABE;
}
.TagClassName
{
border-color: #283ABE;
}
</style>