Shades of Persian Blue #293FDA
Tints of Persian Blue #293FDA
RGB
CMYK
RGB Variations
Color information
#293FDA (or 0x293FDA) is known color: Persian Blue. HEX triplet: 29, 3F and DA. RGB value is (41,63,218). Sum of RGB (Red+Green+Blue) = 41+63+218=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #293FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FDA is #D6C025. Grayscale: #494949. Windows color (decimal): -14073894 or 14303017. OLE color: 14303017.
HSL color Cylindrical-coordinate representation of color #293FDA: hue angle of 232.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293FDA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 63 | 218 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.15 |
| HSL | 232.54º | 0.71% | 0.51% | - |
| HSV(B) | 232.54º | 0.81% | 0.85% | - |
| XYZ | 15.35 | 9.09 | 67.28 | - |
| YUV | 74.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 218 | 0.81 | 0.71 | 0 | 0.15 | 232.54 | 0.71 | 0.51 |
| Hex | 29 | 3F | DA | 51 | 47 | 0 | F | E9 | 47 | 33 |
| Octal | 51 | 77 | 332 | 121 | 107 | 0 | 17 | 351 | 107 | 63 |
| Binary | 101001 | 111111 | 11011010 | 1010001 | 1000111 | 0 | 1111 | 11101001 | 1000111 | 110011 |
Color Harmonies of #293FDA
Complementary color
Monochromatic Colors of #293FDA
Black with #293FDA
Text Example
Text Example
White with #293FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FDA; }
p { color: rgb(41,63,218); }
H1.HeaderClassName
{
color: #293FDA;
}
.AnyTagClassName
{
color: #293FDA;
}
</style>
background-color css
<style>
a { background-color: #293FDA; }
a { background-color: rgb(41,63,218); }
div.DivClassName
{
background-color: #293FDA;
}
.BgClassName
{
background-color: #293FDA;
}
</style>
border-color css
<style>
span { border-color: #293FDA; }
span { border-color: rgb(41,63,218); }
td.TdClassName
{
border-color: #293FDA;
}
.TagClassName
{
border-color: #293FDA;
}
</style>