Shades of Persian Blue #2944B2
Tints of Persian Blue #2944B2
RGB
CMYK
RGB Variations
Color information
#2944B2 (or 0x2944B2) is known color: Persian Blue. HEX triplet: 29, 44 and B2. RGB value is (41,68,178). Sum of RGB (Red+Green+Blue) = 41+68+178=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #2944B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2944B2 is #D6BB4D. Grayscale: #484848. Windows color (decimal): -14072654 or 11682857. OLE color: 11682857.
HSL color Cylindrical-coordinate representation of color #2944B2: hue angle of 228.18º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2944B2 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 68 | 178 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.30 |
| HSL | 228.18º | 0.63% | 0.43% | - |
| HSV(B) | 228.18º | 0.77% | 0.7% | - |
| XYZ | 11.02 | 7.82 | 43.05 | - |
| YUV | 72.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 178 | 0.77 | 0.62 | 0 | 0.30 | 228.18 | 0.63 | 0.43 |
| Hex | 29 | 44 | B2 | 4D | 3E | 0 | 1E | E4 | 3F | 2B |
| Octal | 51 | 104 | 262 | 115 | 76 | 0 | 36 | 344 | 77 | 53 |
| Binary | 101001 | 1000100 | 10110010 | 1001101 | 111110 | 0 | 11110 | 11100100 | 111111 | 101011 |
Color Harmonies of #2944B2
Complementary color
Monochromatic Colors of #2944B2
Black with #2944B2
Text Example
Text Example
White with #2944B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944B2; }
p { color: rgb(41,68,178); }
H1.HeaderClassName
{
color: #2944B2;
}
.AnyTagClassName
{
color: #2944B2;
}
</style>
background-color css
<style>
a { background-color: #2944B2; }
a { background-color: rgb(41,68,178); }
div.DivClassName
{
background-color: #2944B2;
}
.BgClassName
{
background-color: #2944B2;
}
</style>
border-color css
<style>
span { border-color: #2944B2; }
span { border-color: rgb(41,68,178); }
td.TdClassName
{
border-color: #2944B2;
}
.TagClassName
{
border-color: #2944B2;
}
</style>