Shades of Persian Blue #293CCC
Tints of Persian Blue #293CCC
RGB
CMYK
RGB Variations
Color information
#293CCC (or 0x293CCC) is known color: Persian Blue. HEX triplet: 29, 3C and CC. RGB value is (41,60,204). Sum of RGB (Red+Green+Blue) = 41+60+204=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #293CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CCC is #D6C333. Grayscale: #464646. Windows color (decimal): -14074676 or 13384745. OLE color: 13384745.
HSL color Cylindrical-coordinate representation of color #293CCC: hue angle of 233.01º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293CCC is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 60 | 204 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.2 |
| HSL | 233.01º | 0.67% | 0.48% | - |
| HSV(B) | 233.01º | 0.8% | 0.8% | - |
| XYZ | 13.43 | 8.06 | 57.98 | - |
| YUV | 70.74 | 203.21 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 204 | 0.80 | 0.71 | 0 | 0.2 | 233.01 | 0.67 | 0.48 |
| Hex | 29 | 3C | CC | 50 | 47 | 0 | 14 | E9 | 43 | 30 |
| Octal | 51 | 74 | 314 | 120 | 107 | 0 | 24 | 351 | 103 | 60 |
| Binary | 101001 | 111100 | 11001100 | 1010000 | 1000111 | 0 | 10100 | 11101001 | 1000011 | 110000 |
Color Harmonies of #293CCC
Complementary color
Monochromatic Colors of #293CCC
Black with #293CCC
Text Example
Text Example
White with #293CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CCC; }
p { color: rgb(41,60,204); }
H1.HeaderClassName
{
color: #293CCC;
}
.AnyTagClassName
{
color: #293CCC;
}
</style>
background-color css
<style>
a { background-color: #293CCC; }
a { background-color: rgb(41,60,204); }
div.DivClassName
{
background-color: #293CCC;
}
.BgClassName
{
background-color: #293CCC;
}
</style>
border-color css
<style>
span { border-color: #293CCC; }
span { border-color: rgb(41,60,204); }
td.TdClassName
{
border-color: #293CCC;
}
.TagClassName
{
border-color: #293CCC;
}
</style>