Shades of Persian Blue #283ADC
Tints of Persian Blue #283ADC
RGB
CMYK
RGB Variations
Color information
#283ADC (or 0x283ADC) is known color: Persian Blue. HEX triplet: 28, 3A and DC. RGB value is (40,58,220). Sum of RGB (Red+Green+Blue) = 40+58+220=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #283ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ADC is #D7C523. Grayscale: #464646. Windows color (decimal): -14140708 or 14432808. OLE color: 14432808.
HSL color Cylindrical-coordinate representation of color #283ADC: hue angle of 234º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283ADC is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 58 | 220 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.14 |
| HSL | 234º | 0.72% | 0.51% | - |
| HSV(B) | 234º | 0.82% | 0.86% | - |
| XYZ | 15.31 | 8.64 | 68.57 | - |
| YUV | 71.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 220 | 0.82 | 0.74 | 0 | 0.14 | 234 | 0.72 | 0.51 |
| Hex | 28 | 3A | DC | 52 | 4A | 0 | E | EA | 48 | 33 |
| Octal | 50 | 72 | 334 | 122 | 112 | 0 | 16 | 352 | 110 | 63 |
| Binary | 101000 | 111010 | 11011100 | 1010010 | 1001010 | 0 | 1110 | 11101010 | 1001000 | 110011 |
Color Harmonies of #283ADC
Complementary color
Monochromatic Colors of #283ADC
Black with #283ADC
Text Example
Text Example
White with #283ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ADC; }
p { color: rgb(40,58,220); }
H1.HeaderClassName
{
color: #283ADC;
}
.AnyTagClassName
{
color: #283ADC;
}
</style>
background-color css
<style>
a { background-color: #283ADC; }
a { background-color: rgb(40,58,220); }
div.DivClassName
{
background-color: #283ADC;
}
.BgClassName
{
background-color: #283ADC;
}
</style>
border-color css
<style>
span { border-color: #283ADC; }
span { border-color: rgb(40,58,220); }
td.TdClassName
{
border-color: #283ADC;
}
.TagClassName
{
border-color: #283ADC;
}
</style>