Shades of Persian Blue #293CC3
Tints of Persian Blue #293CC3
RGB
CMYK
RGB Variations
Color information
#293CC3 (or 0x293CC3) is known color: Persian Blue. HEX triplet: 29, 3C and C3. RGB value is (41,60,195). Sum of RGB (Red+Green+Blue) = 41+60+195=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 195 (76.56% from 255 or 65.88% from 296); Max value from RGB is 195 - color contains mainly: blue. Hex color #293CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CC3 is #D6C33C. Grayscale: #454545. Windows color (decimal): -14074685 or 12794921. OLE color: 12794921.
HSL color Cylindrical-coordinate representation of color #293CC3: hue angle of 232.6º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293CC3 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 60 | 195 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.24 |
| HSL | 232.6º | 0.65% | 0.46% | - |
| HSV(B) | 232.6º | 0.79% | 0.76% | - |
| XYZ | 12.38 | 7.64 | 52.45 | - |
| YUV | 69.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 195 | 0.79 | 0.69 | 0 | 0.24 | 232.6 | 0.65 | 0.46 |
| Hex | 29 | 3C | C3 | 4F | 45 | 0 | 18 | E9 | 41 | 2E |
| Octal | 51 | 74 | 303 | 117 | 105 | 0 | 30 | 351 | 101 | 56 |
| Binary | 101001 | 111100 | 11000011 | 1001111 | 1000101 | 0 | 11000 | 11101001 | 1000001 | 101110 |
Color Harmonies of #293CC3
Complementary color
Monochromatic Colors of #293CC3
Black with #293CC3
Text Example
Text Example
White with #293CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CC3; }
p { color: rgb(41,60,195); }
H1.HeaderClassName
{
color: #293CC3;
}
.AnyTagClassName
{
color: #293CC3;
}
</style>
background-color css
<style>
a { background-color: #293CC3; }
a { background-color: rgb(41,60,195); }
div.DivClassName
{
background-color: #293CC3;
}
.BgClassName
{
background-color: #293CC3;
}
</style>
border-color css
<style>
span { border-color: #293CC3; }
span { border-color: rgb(41,60,195); }
td.TdClassName
{
border-color: #293CC3;
}
.TagClassName
{
border-color: #293CC3;
}
</style>