Shades of Persian Blue #2938BF
Tints of Persian Blue #2938BF
RGB
CMYK
RGB Variations
Color information
#2938BF (or 0x2938BF) is known color: Persian Blue. HEX triplet: 29, 38 and BF. RGB value is (41,56,191). Sum of RGB (Red+Green+Blue) = 41+56+191=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #2938BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938BF is #D6C740. Grayscale: #424242. Windows color (decimal): -14075713 or 12531753. OLE color: 12531753.
HSL color Cylindrical-coordinate representation of color #2938BF: hue angle of 234º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2938BF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 56 | 191 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.25 |
| HSL | 234º | 0.65% | 0.45% | - |
| HSV(B) | 234º | 0.79% | 0.75% | - |
| XYZ | 11.73 | 7.06 | 50.03 | - |
| YUV | 66.91 | 198.03 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 191 | 0.79 | 0.71 | 0 | 0.25 | 234 | 0.65 | 0.45 |
| Hex | 29 | 38 | BF | 4F | 47 | 0 | 19 | EA | 41 | 2D |
| Octal | 51 | 70 | 277 | 117 | 107 | 0 | 31 | 352 | 101 | 55 |
| Binary | 101001 | 111000 | 10111111 | 1001111 | 1000111 | 0 | 11001 | 11101010 | 1000001 | 101101 |
Color Harmonies of #2938BF
Complementary color
Monochromatic Colors of #2938BF
Black with #2938BF
Text Example
Text Example
White with #2938BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938BF; }
p { color: rgb(41,56,191); }
H1.HeaderClassName
{
color: #2938BF;
}
.AnyTagClassName
{
color: #2938BF;
}
</style>
background-color css
<style>
a { background-color: #2938BF; }
a { background-color: rgb(41,56,191); }
div.DivClassName
{
background-color: #2938BF;
}
.BgClassName
{
background-color: #2938BF;
}
</style>
border-color css
<style>
span { border-color: #2938BF; }
span { border-color: rgb(41,56,191); }
td.TdClassName
{
border-color: #2938BF;
}
.TagClassName
{
border-color: #2938BF;
}
</style>