Shades of Persian Blue #2938AB
Tints of Persian Blue #2938AB
RGB
CMYK
RGB Variations
Color information
#2938AB (or 0x2938AB) is known color: Persian Blue. HEX triplet: 29, 38 and AB. RGB value is (41,56,171). Sum of RGB (Red+Green+Blue) = 41+56+171=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #2938AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2938AB is #D6C754. Grayscale: #404040. Windows color (decimal): -14075733 or 11221033. OLE color: 11221033.
HSL color Cylindrical-coordinate representation of color #2938AB: hue angle of 233.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2938AB is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 56 | 171 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.33 |
| HSL | 233.08º | 0.61% | 0.42% | - |
| HSV(B) | 233.08º | 0.76% | 0.67% | - |
| XYZ | 9.68 | 6.24 | 39.22 | - |
| YUV | 64.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 171 | 0.76 | 0.67 | 0 | 0.33 | 233.08 | 0.61 | 0.42 |
| Hex | 29 | 38 | AB | 4C | 43 | 0 | 21 | E9 | 3D | 2A |
| Octal | 51 | 70 | 253 | 114 | 103 | 0 | 41 | 351 | 75 | 52 |
| Binary | 101001 | 111000 | 10101011 | 1001100 | 1000011 | 0 | 100001 | 11101001 | 111101 | 101010 |
Color Harmonies of #2938AB
Complementary color
Monochromatic Colors of #2938AB
Black with #2938AB
Text Example
Text Example
White with #2938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938AB; }
p { color: rgb(41,56,171); }
H1.HeaderClassName
{
color: #2938AB;
}
.AnyTagClassName
{
color: #2938AB;
}
</style>
background-color css
<style>
a { background-color: #2938AB; }
a { background-color: rgb(41,56,171); }
div.DivClassName
{
background-color: #2938AB;
}
.BgClassName
{
background-color: #2938AB;
}
</style>
border-color css
<style>
span { border-color: #2938AB; }
span { border-color: rgb(41,56,171); }
td.TdClassName
{
border-color: #2938AB;
}
.TagClassName
{
border-color: #2938AB;
}
</style>