Shades of Persian Blue #292FBC
Tints of Persian Blue #292FBC
RGB
CMYK
RGB Variations
Color information
#292FBC (or 0x292FBC) is known color: Persian Blue. HEX triplet: 29, 2F and BC. RGB value is (41,47,188). Sum of RGB (Red+Green+Blue) = 41+47+188=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #292FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FBC is #D6D043. Grayscale: #3C3C3C. Windows color (decimal): -14078020 or 12332841. OLE color: 12332841.
HSL color Cylindrical-coordinate representation of color #292FBC: hue angle of 237.55º 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 #292FBC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 47 | 188 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.26 |
| HSL | 237.55º | 0.64% | 0.45% | - |
| HSV(B) | 237.55º | 0.78% | 0.74% | - |
| XYZ | 11.01 | 6.14 | 48.18 | - |
| YUV | 61.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 188 | 0.78 | 0.75 | 0 | 0.26 | 237.55 | 0.64 | 0.45 |
| Hex | 29 | 2F | BC | 4E | 4B | 0 | 1A | EE | 40 | 2D |
| Octal | 51 | 57 | 274 | 116 | 113 | 0 | 32 | 356 | 100 | 55 |
| Binary | 101001 | 101111 | 10111100 | 1001110 | 1001011 | 0 | 11010 | 11101110 | 1000000 | 101101 |
Color Harmonies of #292FBC
Complementary color
Monochromatic Colors of #292FBC
Black with #292FBC
Text Example
Text Example
White with #292FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FBC; }
p { color: rgb(41,47,188); }
H1.HeaderClassName
{
color: #292FBC;
}
.AnyTagClassName
{
color: #292FBC;
}
</style>
background-color css
<style>
a { background-color: #292FBC; }
a { background-color: rgb(41,47,188); }
div.DivClassName
{
background-color: #292FBC;
}
.BgClassName
{
background-color: #292FBC;
}
</style>
border-color css
<style>
span { border-color: #292FBC; }
span { border-color: rgb(41,47,188); }
td.TdClassName
{
border-color: #292FBC;
}
.TagClassName
{
border-color: #292FBC;
}
</style>