Shades of Persian Blue #283ACB
Tints of Persian Blue #283ACB
RGB
CMYK
RGB Variations
Color information
#283ACB (or 0x283ACB) is known color: Persian Blue. HEX triplet: 28, 3A and CB. RGB value is (40,58,203). Sum of RGB (Red+Green+Blue) = 40+58+203=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #283ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ACB is #D7C534. Grayscale: #444444. Windows color (decimal): -14140725 or 13318696. OLE color: 13318696.
HSL color Cylindrical-coordinate representation of color #283ACB: hue angle of 233.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283ACB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 58 | 203 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.20 |
| HSL | 233.37º | 0.67% | 0.48% | - |
| HSV(B) | 233.37º | 0.8% | 0.8% | - |
| XYZ | 13.17 | 7.79 | 57.31 | - |
| YUV | 69.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 203 | 0.80 | 0.71 | 0 | 0.20 | 233.37 | 0.67 | 0.48 |
| Hex | 28 | 3A | CB | 50 | 47 | 0 | 14 | E9 | 43 | 30 |
| Octal | 50 | 72 | 313 | 120 | 107 | 0 | 24 | 351 | 103 | 60 |
| Binary | 101000 | 111010 | 11001011 | 1010000 | 1000111 | 0 | 10100 | 11101001 | 1000011 | 110000 |
Color Harmonies of #283ACB
Complementary color
Monochromatic Colors of #283ACB
Black with #283ACB
Text Example
Text Example
White with #283ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ACB; }
p { color: rgb(40,58,203); }
H1.HeaderClassName
{
color: #283ACB;
}
.AnyTagClassName
{
color: #283ACB;
}
</style>
background-color css
<style>
a { background-color: #283ACB; }
a { background-color: rgb(40,58,203); }
div.DivClassName
{
background-color: #283ACB;
}
.BgClassName
{
background-color: #283ACB;
}
</style>
border-color css
<style>
span { border-color: #283ACB; }
span { border-color: rgb(40,58,203); }
td.TdClassName
{
border-color: #283ACB;
}
.TagClassName
{
border-color: #283ACB;
}
</style>