Shades of Persian Blue #2934CB
Tints of Persian Blue #2934CB
RGB
CMYK
RGB Variations
Color information
#2934CB (or 0x2934CB) is known color: Persian Blue. HEX triplet: 29, 34 and CB. RGB value is (41,52,203). Sum of RGB (Red+Green+Blue) = 41+52+203=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2934CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2934CB is #D6CB34. Grayscale: #414141. Windows color (decimal): -14076725 or 13317161. OLE color: 13317161.
HSL color Cylindrical-coordinate representation of color #2934CB: hue angle of 235.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2934CB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 52 | 203 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.20 |
| HSL | 235.93º | 0.66% | 0.48% | - |
| HSV(B) | 235.93º | 0.8% | 0.8% | - |
| XYZ | 12.92 | 7.24 | 57.22 | - |
| YUV | 65.93 | 205.36 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 203 | 0.80 | 0.74 | 0 | 0.20 | 235.93 | 0.66 | 0.48 |
| Hex | 29 | 34 | CB | 50 | 4A | 0 | 14 | EC | 42 | 30 |
| Octal | 51 | 64 | 313 | 120 | 112 | 0 | 24 | 354 | 102 | 60 |
| Binary | 101001 | 110100 | 11001011 | 1010000 | 1001010 | 0 | 10100 | 11101100 | 1000010 | 110000 |
Color Harmonies of #2934CB
Complementary color
Monochromatic Colors of #2934CB
Black with #2934CB
Text Example
Text Example
White with #2934CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934CB; }
p { color: rgb(41,52,203); }
H1.HeaderClassName
{
color: #2934CB;
}
.AnyTagClassName
{
color: #2934CB;
}
</style>
background-color css
<style>
a { background-color: #2934CB; }
a { background-color: rgb(41,52,203); }
div.DivClassName
{
background-color: #2934CB;
}
.BgClassName
{
background-color: #2934CB;
}
</style>
border-color css
<style>
span { border-color: #2934CB; }
span { border-color: rgb(41,52,203); }
td.TdClassName
{
border-color: #2934CB;
}
.TagClassName
{
border-color: #2934CB;
}
</style>