Shades of Persian Blue #2942BD
Tints of Persian Blue #2942BD
RGB
CMYK
RGB Variations
Color information
#2942BD (or 0x2942BD) is known color: Persian Blue. HEX triplet: 29, 42 and BD. RGB value is (41,66,189). Sum of RGB (Red+Green+Blue) = 41+66+189=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2942BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942BD is #D6BD42. Grayscale: #484848. Windows color (decimal): -14073155 or 12403241. OLE color: 12403241.
HSL color Cylindrical-coordinate representation of color #2942BD: hue angle of 229.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2942BD is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 66 | 189 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.26 |
| HSL | 229.86º | 0.64% | 0.45% | - |
| HSV(B) | 229.86º | 0.78% | 0.74% | - |
| XYZ | 12.05 | 8.04 | 49.06 | - |
| YUV | 72.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 189 | 0.78 | 0.65 | 0 | 0.26 | 229.86 | 0.64 | 0.45 |
| Hex | 29 | 42 | BD | 4E | 41 | 0 | 1A | E6 | 40 | 2D |
| Octal | 51 | 102 | 275 | 116 | 101 | 0 | 32 | 346 | 100 | 55 |
| Binary | 101001 | 1000010 | 10111101 | 1001110 | 1000001 | 0 | 11010 | 11100110 | 1000000 | 101101 |
Color Harmonies of #2942BD
Complementary color
Monochromatic Colors of #2942BD
Black with #2942BD
Text Example
Text Example
White with #2942BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2942BD; }
p { color: rgb(41,66,189); }
H1.HeaderClassName
{
color: #2942BD;
}
.AnyTagClassName
{
color: #2942BD;
}
</style>
background-color css
<style>
a { background-color: #2942BD; }
a { background-color: rgb(41,66,189); }
div.DivClassName
{
background-color: #2942BD;
}
.BgClassName
{
background-color: #2942BD;
}
</style>
border-color css
<style>
span { border-color: #2942BD; }
span { border-color: rgb(41,66,189); }
td.TdClassName
{
border-color: #2942BD;
}
.TagClassName
{
border-color: #2942BD;
}
</style>