Shades of Persian Blue #293DB8
Tints of Persian Blue #293DB8
RGB
CMYK
RGB Variations
Color information
#293DB8 (or 0x293DB8) is known color: Persian Blue. HEX triplet: 29, 3D and B8. RGB value is (41,61,184). Sum of RGB (Red+Green+Blue) = 41+61+184=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #293DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DB8 is #D6C247. Grayscale: #444444. Windows color (decimal): -14074440 or 12074281. OLE color: 12074281.
HSL color Cylindrical-coordinate representation of color #293DB8: hue angle of 231.61º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293DB8 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 61 | 184 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.28 |
| HSL | 231.61º | 0.64% | 0.44% | - |
| HSV(B) | 231.61º | 0.78% | 0.72% | - |
| XYZ | 11.23 | 7.27 | 46.16 | - |
| YUV | 69.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 184 | 0.78 | 0.67 | 0 | 0.28 | 231.61 | 0.64 | 0.44 |
| Hex | 29 | 3D | B8 | 4E | 43 | 0 | 1C | E8 | 40 | 2C |
| Octal | 51 | 75 | 270 | 116 | 103 | 0 | 34 | 350 | 100 | 54 |
| Binary | 101001 | 111101 | 10111000 | 1001110 | 1000011 | 0 | 11100 | 11101000 | 1000000 | 101100 |
Color Harmonies of #293DB8
Complementary color
Monochromatic Colors of #293DB8
Black with #293DB8
Text Example
Text Example
White with #293DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB8; }
p { color: rgb(41,61,184); }
H1.HeaderClassName
{
color: #293DB8;
}
.AnyTagClassName
{
color: #293DB8;
}
</style>
background-color css
<style>
a { background-color: #293DB8; }
a { background-color: rgb(41,61,184); }
div.DivClassName
{
background-color: #293DB8;
}
.BgClassName
{
background-color: #293DB8;
}
</style>
border-color css
<style>
span { border-color: #293DB8; }
span { border-color: rgb(41,61,184); }
td.TdClassName
{
border-color: #293DB8;
}
.TagClassName
{
border-color: #293DB8;
}
</style>