Shades of Persian Blue #2930BC
Tints of Persian Blue #2930BC
RGB
CMYK
RGB Variations
Color information
#2930BC (or 0x2930BC) is known color: Persian Blue. HEX triplet: 29, 30 and BC. RGB value is (41,48,188). Sum of RGB (Red+Green+Blue) = 41+48+188=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2930BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930BC is #D6CF43. Grayscale: #3D3D3D. Windows color (decimal): -14077764 or 12333097. OLE color: 12333097.
HSL color Cylindrical-coordinate representation of color #2930BC: hue angle of 237.14º 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 #2930BC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 48 | 188 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.26 |
| HSL | 237.14º | 0.64% | 0.45% | - |
| HSV(B) | 237.14º | 0.78% | 0.74% | - |
| XYZ | 11.05 | 6.22 | 48.19 | - |
| YUV | 61.87 | 199.18 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 188 | 0.78 | 0.74 | 0 | 0.26 | 237.14 | 0.64 | 0.45 |
| Hex | 29 | 30 | BC | 4E | 4A | 0 | 1A | ED | 40 | 2D |
| Octal | 51 | 60 | 274 | 116 | 112 | 0 | 32 | 355 | 100 | 55 |
| Binary | 101001 | 110000 | 10111100 | 1001110 | 1001010 | 0 | 11010 | 11101101 | 1000000 | 101101 |
Color Harmonies of #2930BC
Complementary color
Monochromatic Colors of #2930BC
Black with #2930BC
Text Example
Text Example
White with #2930BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2930BC; }
p { color: rgb(41,48,188); }
H1.HeaderClassName
{
color: #2930BC;
}
.AnyTagClassName
{
color: #2930BC;
}
</style>
background-color css
<style>
a { background-color: #2930BC; }
a { background-color: rgb(41,48,188); }
div.DivClassName
{
background-color: #2930BC;
}
.BgClassName
{
background-color: #2930BC;
}
</style>
border-color css
<style>
span { border-color: #2930BC; }
span { border-color: rgb(41,48,188); }
td.TdClassName
{
border-color: #2930BC;
}
.TagClassName
{
border-color: #2930BC;
}
</style>