Shades of Persian Blue #283DAB
Tints of Persian Blue #283DAB
RGB
CMYK
RGB Variations
Color information
#283DAB (or 0x283DAB) is known color: Persian Blue. HEX triplet: 28, 3D and AB. RGB value is (40,61,171). Sum of RGB (Red+Green+Blue) = 40+61+171=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #283DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAB is #D7C254. Grayscale: #424242. Windows color (decimal): -14139989 or 11222312. OLE color: 11222312.
HSL color Cylindrical-coordinate representation of color #283DAB: hue angle of 230.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283DAB is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 61 | 171 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.33 |
| HSL | 230.38º | 0.62% | 0.41% | - |
| HSV(B) | 230.38º | 0.77% | 0.67% | - |
| XYZ | 9.89 | 6.73 | 39.31 | - |
| YUV | 67.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 171 | 0.77 | 0.64 | 0 | 0.33 | 230.38 | 0.62 | 0.41 |
| Hex | 28 | 3D | AB | 4D | 40 | 0 | 21 | E6 | 3E | 29 |
| Octal | 50 | 75 | 253 | 115 | 100 | 0 | 41 | 346 | 76 | 51 |
| Binary | 101000 | 111101 | 10101011 | 1001101 | 1000000 | 0 | 100001 | 11100110 | 111110 | 101001 |
Color Harmonies of #283DAB
Complementary color
Monochromatic Colors of #283DAB
Black with #283DAB
Text Example
Text Example
White with #283DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DAB; }
p { color: rgb(40,61,171); }
H1.HeaderClassName
{
color: #283DAB;
}
.AnyTagClassName
{
color: #283DAB;
}
</style>
background-color css
<style>
a { background-color: #283DAB; }
a { background-color: rgb(40,61,171); }
div.DivClassName
{
background-color: #283DAB;
}
.BgClassName
{
background-color: #283DAB;
}
</style>
border-color css
<style>
span { border-color: #283DAB; }
span { border-color: rgb(40,61,171); }
td.TdClassName
{
border-color: #283DAB;
}
.TagClassName
{
border-color: #283DAB;
}
</style>