Shades of Persian Blue #2940BD
Tints of Persian Blue #2940BD
RGB
CMYK
RGB Variations
Color information
#2940BD (or 0x2940BD) is known color: Persian Blue. HEX triplet: 29, 40 and BD. RGB value is (41,64,189). Sum of RGB (Red+Green+Blue) = 41+64+189=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #2940BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940BD is #D6BF42. Grayscale: #464646. Windows color (decimal): -14073667 or 12402729. OLE color: 12402729.
HSL color Cylindrical-coordinate representation of color #2940BD: hue angle of 230.68º 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 #2940BD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 64 | 189 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.26 |
| HSL | 230.68º | 0.64% | 0.45% | - |
| HSV(B) | 230.68º | 0.78% | 0.74% | - |
| XYZ | 11.93 | 7.81 | 49.02 | - |
| YUV | 71.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 189 | 0.78 | 0.66 | 0 | 0.26 | 230.68 | 0.64 | 0.45 |
| Hex | 29 | 40 | BD | 4E | 42 | 0 | 1A | E7 | 40 | 2D |
| Octal | 51 | 100 | 275 | 116 | 102 | 0 | 32 | 347 | 100 | 55 |
| Binary | 101001 | 1000000 | 10111101 | 1001110 | 1000010 | 0 | 11010 | 11100111 | 1000000 | 101101 |
Color Harmonies of #2940BD
Complementary color
Monochromatic Colors of #2940BD
Black with #2940BD
Text Example
Text Example
White with #2940BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940BD; }
p { color: rgb(41,64,189); }
H1.HeaderClassName
{
color: #2940BD;
}
.AnyTagClassName
{
color: #2940BD;
}
</style>
background-color css
<style>
a { background-color: #2940BD; }
a { background-color: rgb(41,64,189); }
div.DivClassName
{
background-color: #2940BD;
}
.BgClassName
{
background-color: #2940BD;
}
</style>
border-color css
<style>
span { border-color: #2940BD; }
span { border-color: rgb(41,64,189); }
td.TdClassName
{
border-color: #2940BD;
}
.TagClassName
{
border-color: #2940BD;
}
</style>