Shades of Persian Blue #293BB3
Tints of Persian Blue #293BB3
RGB
CMYK
RGB Variations
Color information
#293BB3 (or 0x293BB3) is known color: Persian Blue. HEX triplet: 29, 3B and B3. RGB value is (41,59,179). Sum of RGB (Red+Green+Blue) = 41+59+179=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #293BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BB3 is #D6C44C. Grayscale: #424242. Windows color (decimal): -14074957 or 11746089. OLE color: 11746089.
HSL color Cylindrical-coordinate representation of color #293BB3: hue angle of 232.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293BB3 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 59 | 179 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.30 |
| HSL | 232.17º | 0.63% | 0.43% | - |
| HSV(B) | 232.17º | 0.77% | 0.7% | - |
| XYZ | 10.62 | 6.85 | 43.41 | - |
| YUV | 67.3 | 191.04 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 179 | 0.77 | 0.67 | 0 | 0.30 | 232.17 | 0.63 | 0.43 |
| Hex | 29 | 3B | B3 | 4D | 43 | 0 | 1E | E8 | 3F | 2B |
| Octal | 51 | 73 | 263 | 115 | 103 | 0 | 36 | 350 | 77 | 53 |
| Binary | 101001 | 111011 | 10110011 | 1001101 | 1000011 | 0 | 11110 | 11101000 | 111111 | 101011 |
Color Harmonies of #293BB3
Complementary color
Monochromatic Colors of #293BB3
Black with #293BB3
Text Example
Text Example
White with #293BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BB3; }
p { color: rgb(41,59,179); }
H1.HeaderClassName
{
color: #293BB3;
}
.AnyTagClassName
{
color: #293BB3;
}
</style>
background-color css
<style>
a { background-color: #293BB3; }
a { background-color: rgb(41,59,179); }
div.DivClassName
{
background-color: #293BB3;
}
.BgClassName
{
background-color: #293BB3;
}
</style>
border-color css
<style>
span { border-color: #293BB3; }
span { border-color: rgb(41,59,179); }
td.TdClassName
{
border-color: #293BB3;
}
.TagClassName
{
border-color: #293BB3;
}
</style>