Shades of Persian Blue #293CC8
Tints of Persian Blue #293CC8
RGB
CMYK
RGB Variations
Color information
#293CC8 (or 0x293CC8) is known color: Persian Blue. HEX triplet: 29, 3C and C8. RGB value is (41,60,200). Sum of RGB (Red+Green+Blue) = 41+60+200=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #293CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CC8 is #D6C337. Grayscale: #454545. Windows color (decimal): -14074680 or 13122601. OLE color: 13122601.
HSL color Cylindrical-coordinate representation of color #293CC8: hue angle of 232.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293CC8 is Cyan = 0.80, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 60 | 200 | - |
| CMYK | 0.80 | 0.7 | 0 | 0.22 |
| HSL | 232.83º | 0.66% | 0.47% | - |
| HSV(B) | 232.83º | 0.8% | 0.78% | - |
| XYZ | 12.96 | 7.87 | 55.48 | - |
| YUV | 70.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 200 | 0.80 | 0.7 | 0 | 0.22 | 232.83 | 0.66 | 0.47 |
| Hex | 29 | 3C | C8 | 50 | 46 | 0 | 16 | E9 | 42 | 2F |
| Octal | 51 | 74 | 310 | 120 | 106 | 0 | 26 | 351 | 102 | 57 |
| Binary | 101001 | 111100 | 11001000 | 1010000 | 1000110 | 0 | 10110 | 11101001 | 1000010 | 101111 |
Color Harmonies of #293CC8
Complementary color
Monochromatic Colors of #293CC8
Black with #293CC8
Text Example
Text Example
White with #293CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CC8; }
p { color: rgb(41,60,200); }
H1.HeaderClassName
{
color: #293CC8;
}
.AnyTagClassName
{
color: #293CC8;
}
</style>
background-color css
<style>
a { background-color: #293CC8; }
a { background-color: rgb(41,60,200); }
div.DivClassName
{
background-color: #293CC8;
}
.BgClassName
{
background-color: #293CC8;
}
</style>
border-color css
<style>
span { border-color: #293CC8; }
span { border-color: rgb(41,60,200); }
td.TdClassName
{
border-color: #293CC8;
}
.TagClassName
{
border-color: #293CC8;
}
</style>