Shades of Persian Blue #293BCF
Tints of Persian Blue #293BCF
RGB
CMYK
RGB Variations
Color information
#293BCF (or 0x293BCF) is known color: Persian Blue. HEX triplet: 29, 3B and CF. RGB value is (41,59,207). Sum of RGB (Red+Green+Blue) = 41+59+207=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #293BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BCF is #D6C430. Grayscale: #454545. Windows color (decimal): -14074929 or 13581097. OLE color: 13581097.
HSL color Cylindrical-coordinate representation of color #293BCF: hue angle of 233.49º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293BCF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 59 | 207 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.19 |
| HSL | 233.49º | 0.67% | 0.49% | - |
| HSV(B) | 233.49º | 0.8% | 0.81% | - |
| XYZ | 13.74 | 8.1 | 59.87 | - |
| YUV | 70.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 207 | 0.80 | 0.71 | 0 | 0.19 | 233.49 | 0.67 | 0.49 |
| Hex | 29 | 3B | CF | 50 | 47 | 0 | 13 | E9 | 43 | 31 |
| Octal | 51 | 73 | 317 | 120 | 107 | 0 | 23 | 351 | 103 | 61 |
| Binary | 101001 | 111011 | 11001111 | 1010000 | 1000111 | 0 | 10011 | 11101001 | 1000011 | 110001 |
Color Harmonies of #293BCF
Complementary color
Monochromatic Colors of #293BCF
Black with #293BCF
Text Example
Text Example
White with #293BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BCF; }
p { color: rgb(41,59,207); }
H1.HeaderClassName
{
color: #293BCF;
}
.AnyTagClassName
{
color: #293BCF;
}
</style>
background-color css
<style>
a { background-color: #293BCF; }
a { background-color: rgb(41,59,207); }
div.DivClassName
{
background-color: #293BCF;
}
.BgClassName
{
background-color: #293BCF;
}
</style>
border-color css
<style>
span { border-color: #293BCF; }
span { border-color: rgb(41,59,207); }
td.TdClassName
{
border-color: #293BCF;
}
.TagClassName
{
border-color: #293BCF;
}
</style>