Shades of Persian Blue #2744B2
Tints of Persian Blue #2744B2
RGB
CMYK
RGB Variations
Color information
#2744B2 (or 0x2744B2) is known color: Persian Blue. HEX triplet: 27, 44 and B2. RGB value is (39,68,178). Sum of RGB (Red+Green+Blue) = 39+68+178=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 178 (69.92% from 255 or 62.46% from 285); Max value from RGB is 178 - color contains mainly: blue. Hex color #2744B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744B2 is #D8BB4D. Grayscale: #474747. Windows color (decimal): -14203726 or 11682855. OLE color: 11682855.
HSL color Cylindrical-coordinate representation of color #2744B2: hue angle of 227.48º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2744B2 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 68 | 178 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.30 |
| HSL | 227.48º | 0.64% | 0.43% | - |
| HSV(B) | 227.48º | 0.78% | 0.7% | - |
| XYZ | 10.94 | 7.78 | 43.04 | - |
| YUV | 71.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 178 | 0.78 | 0.62 | 0 | 0.30 | 227.48 | 0.64 | 0.43 |
| Hex | 27 | 44 | B2 | 4E | 3E | 0 | 1E | E3 | 40 | 2B |
| Octal | 47 | 104 | 262 | 116 | 76 | 0 | 36 | 343 | 100 | 53 |
| Binary | 100111 | 1000100 | 10110010 | 1001110 | 111110 | 0 | 11110 | 11100011 | 1000000 | 101011 |
Color Harmonies of #2744B2
Complementary color
Monochromatic Colors of #2744B2
Black with #2744B2
Text Example
Text Example
White with #2744B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2744B2; }
p { color: rgb(39,68,178); }
H1.HeaderClassName
{
color: #2744B2;
}
.AnyTagClassName
{
color: #2744B2;
}
</style>
background-color css
<style>
a { background-color: #2744B2; }
a { background-color: rgb(39,68,178); }
div.DivClassName
{
background-color: #2744B2;
}
.BgClassName
{
background-color: #2744B2;
}
</style>
border-color css
<style>
span { border-color: #2744B2; }
span { border-color: rgb(39,68,178); }
td.TdClassName
{
border-color: #2744B2;
}
.TagClassName
{
border-color: #2744B2;
}
</style>