Shades of Persian Blue #283ADA
Tints of Persian Blue #283ADA
RGB
CMYK
RGB Variations
Color information
#283ADA (or 0x283ADA) is known color: Persian Blue. HEX triplet: 28, 3A and DA. RGB value is (40,58,218). Sum of RGB (Red+Green+Blue) = 40+58+218=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #283ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ADA is #D7C525. Grayscale: #464646. Windows color (decimal): -14140710 or 14301736. OLE color: 14301736.
HSL color Cylindrical-coordinate representation of color #283ADA: hue angle of 233.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283ADA is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 58 | 218 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.15 |
| HSL | 233.93º | 0.71% | 0.51% | - |
| HSV(B) | 233.93º | 0.82% | 0.85% | - |
| XYZ | 15.04 | 8.54 | 67.19 | - |
| YUV | 70.86 | 211.04 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 218 | 0.82 | 0.73 | 0 | 0.15 | 233.93 | 0.71 | 0.51 |
| Hex | 28 | 3A | DA | 52 | 49 | 0 | F | EA | 47 | 33 |
| Octal | 50 | 72 | 332 | 122 | 111 | 0 | 17 | 352 | 107 | 63 |
| Binary | 101000 | 111010 | 11011010 | 1010010 | 1001001 | 0 | 1111 | 11101010 | 1000111 | 110011 |
Color Harmonies of #283ADA
Complementary color
Monochromatic Colors of #283ADA
Black with #283ADA
Text Example
Text Example
White with #283ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ADA; }
p { color: rgb(40,58,218); }
H1.HeaderClassName
{
color: #283ADA;
}
.AnyTagClassName
{
color: #283ADA;
}
</style>
background-color css
<style>
a { background-color: #283ADA; }
a { background-color: rgb(40,58,218); }
div.DivClassName
{
background-color: #283ADA;
}
.BgClassName
{
background-color: #283ADA;
}
</style>
border-color css
<style>
span { border-color: #283ADA; }
span { border-color: rgb(40,58,218); }
td.TdClassName
{
border-color: #283ADA;
}
.TagClassName
{
border-color: #283ADA;
}
</style>