Shades of Persian Blue #2936BC
Tints of Persian Blue #2936BC
RGB
CMYK
RGB Variations
Color information
#2936BC (or 0x2936BC) is known color: Persian Blue. HEX triplet: 29, 36 and BC. RGB value is (41,54,188). Sum of RGB (Red+Green+Blue) = 41+54+188=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #2936BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2936BC is #D6C943. Grayscale: #404040. Windows color (decimal): -14076228 or 12334633. OLE color: 12334633.
HSL color Cylindrical-coordinate representation of color #2936BC: hue angle of 234.69º 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 #2936BC is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 54 | 188 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.26 |
| HSL | 234.69º | 0.64% | 0.45% | - |
| HSV(B) | 234.69º | 0.78% | 0.74% | - |
| XYZ | 11.31 | 6.74 | 48.28 | - |
| YUV | 65.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 188 | 0.78 | 0.71 | 0 | 0.26 | 234.69 | 0.64 | 0.45 |
| Hex | 29 | 36 | BC | 4E | 47 | 0 | 1A | EB | 40 | 2D |
| Octal | 51 | 66 | 274 | 116 | 107 | 0 | 32 | 353 | 100 | 55 |
| Binary | 101001 | 110110 | 10111100 | 1001110 | 1000111 | 0 | 11010 | 11101011 | 1000000 | 101101 |
Color Harmonies of #2936BC
Complementary color
Monochromatic Colors of #2936BC
Black with #2936BC
Text Example
Text Example
White with #2936BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2936BC; }
p { color: rgb(41,54,188); }
H1.HeaderClassName
{
color: #2936BC;
}
.AnyTagClassName
{
color: #2936BC;
}
</style>
background-color css
<style>
a { background-color: #2936BC; }
a { background-color: rgb(41,54,188); }
div.DivClassName
{
background-color: #2936BC;
}
.BgClassName
{
background-color: #2936BC;
}
</style>
border-color css
<style>
span { border-color: #2936BC; }
span { border-color: rgb(41,54,188); }
td.TdClassName
{
border-color: #2936BC;
}
.TagClassName
{
border-color: #2936BC;
}
</style>