Shades of Persian Blue #293ADC
Tints of Persian Blue #293ADC
RGB
CMYK
RGB Variations
Color information
#293ADC (or 0x293ADC) is known color: Persian Blue. HEX triplet: 29, 3A and DC. RGB value is (41,58,220). Sum of RGB (Red+Green+Blue) = 41+58+220=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #293ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ADC is #D6C523. Grayscale: #464646. Windows color (decimal): -14075172 or 14432809. OLE color: 14432809.
HSL color Cylindrical-coordinate representation of color #293ADC: hue angle of 234.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293ADC is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 58 | 220 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.14 |
| HSL | 234.3º | 0.72% | 0.51% | - |
| HSV(B) | 234.3º | 0.81% | 0.86% | - |
| XYZ | 15.35 | 8.66 | 68.57 | - |
| YUV | 71.39 | 211.87 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 220 | 0.81 | 0.74 | 0 | 0.14 | 234.3 | 0.72 | 0.51 |
| Hex | 29 | 3A | DC | 51 | 4A | 0 | E | EA | 48 | 33 |
| Octal | 51 | 72 | 334 | 121 | 112 | 0 | 16 | 352 | 110 | 63 |
| Binary | 101001 | 111010 | 11011100 | 1010001 | 1001010 | 0 | 1110 | 11101010 | 1001000 | 110011 |
Color Harmonies of #293ADC
Complementary color
Monochromatic Colors of #293ADC
Black with #293ADC
Text Example
Text Example
White with #293ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293ADC; }
p { color: rgb(41,58,220); }
H1.HeaderClassName
{
color: #293ADC;
}
.AnyTagClassName
{
color: #293ADC;
}
</style>
background-color css
<style>
a { background-color: #293ADC; }
a { background-color: rgb(41,58,220); }
div.DivClassName
{
background-color: #293ADC;
}
.BgClassName
{
background-color: #293ADC;
}
</style>
border-color css
<style>
span { border-color: #293ADC; }
span { border-color: rgb(41,58,220); }
td.TdClassName
{
border-color: #293ADC;
}
.TagClassName
{
border-color: #293ADC;
}
</style>