Shades of Persian Blue #283AB6
Tints of Persian Blue #283AB6
RGB
CMYK
RGB Variations
Color information
#283AB6 (or 0x283AB6) is known color: Persian Blue. HEX triplet: 28, 3A and B6. RGB value is (40,58,182). Sum of RGB (Red+Green+Blue) = 40+58+182=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #283AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283AB6 is #D7C549. Grayscale: #424242. Windows color (decimal): -14140746 or 11942440. OLE color: 11942440.
HSL color Cylindrical-coordinate representation of color #283AB6: hue angle of 232.39º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283AB6 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 58 | 182 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.29 |
| HSL | 232.39º | 0.64% | 0.44% | - |
| HSV(B) | 232.39º | 0.78% | 0.71% | - |
| XYZ | 10.83 | 6.85 | 45.01 | - |
| YUV | 66.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 182 | 0.78 | 0.68 | 0 | 0.29 | 232.39 | 0.64 | 0.44 |
| Hex | 28 | 3A | B6 | 4E | 44 | 0 | 1D | E8 | 40 | 2C |
| Octal | 50 | 72 | 266 | 116 | 104 | 0 | 35 | 350 | 100 | 54 |
| Binary | 101000 | 111010 | 10110110 | 1001110 | 1000100 | 0 | 11101 | 11101000 | 1000000 | 101100 |
Color Harmonies of #283AB6
Complementary color
Monochromatic Colors of #283AB6
Black with #283AB6
Text Example
Text Example
White with #283AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AB6; }
p { color: rgb(40,58,182); }
H1.HeaderClassName
{
color: #283AB6;
}
.AnyTagClassName
{
color: #283AB6;
}
</style>
background-color css
<style>
a { background-color: #283AB6; }
a { background-color: rgb(40,58,182); }
div.DivClassName
{
background-color: #283AB6;
}
.BgClassName
{
background-color: #283AB6;
}
</style>
border-color css
<style>
span { border-color: #283AB6; }
span { border-color: rgb(40,58,182); }
td.TdClassName
{
border-color: #283AB6;
}
.TagClassName
{
border-color: #283AB6;
}
</style>