Shades of Persian Blue #2933BC
Tints of Persian Blue #2933BC
RGB
CMYK
RGB Variations
Color information
#2933BC (or 0x2933BC) is known color: Persian Blue. HEX triplet: 29, 33 and BC. RGB value is (41,51,188). Sum of RGB (Red+Green+Blue) = 41+51+188=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #2933BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2933BC is #D6CC43. Grayscale: #3F3F3F. Windows color (decimal): -14076996 or 12333865. OLE color: 12333865.
HSL color Cylindrical-coordinate representation of color #2933BC: hue angle of 235.92º 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 #2933BC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 51 | 188 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.26 |
| HSL | 235.92º | 0.64% | 0.45% | - |
| HSV(B) | 235.92º | 0.78% | 0.74% | - |
| XYZ | 11.18 | 6.47 | 48.24 | - |
| YUV | 63.63 | 198.19 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 188 | 0.78 | 0.73 | 0 | 0.26 | 235.92 | 0.64 | 0.45 |
| Hex | 29 | 33 | BC | 4E | 49 | 0 | 1A | EC | 40 | 2D |
| Octal | 51 | 63 | 274 | 116 | 111 | 0 | 32 | 354 | 100 | 55 |
| Binary | 101001 | 110011 | 10111100 | 1001110 | 1001001 | 0 | 11010 | 11101100 | 1000000 | 101101 |
Color Harmonies of #2933BC
Complementary color
Monochromatic Colors of #2933BC
Black with #2933BC
Text Example
Text Example
White with #2933BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933BC; }
p { color: rgb(41,51,188); }
H1.HeaderClassName
{
color: #2933BC;
}
.AnyTagClassName
{
color: #2933BC;
}
</style>
background-color css
<style>
a { background-color: #2933BC; }
a { background-color: rgb(41,51,188); }
div.DivClassName
{
background-color: #2933BC;
}
.BgClassName
{
background-color: #2933BC;
}
</style>
border-color css
<style>
span { border-color: #2933BC; }
span { border-color: rgb(41,51,188); }
td.TdClassName
{
border-color: #2933BC;
}
.TagClassName
{
border-color: #2933BC;
}
</style>