Shades of Persian Blue #2733AA
Tints of Persian Blue #2733AA
RGB
CMYK
RGB Variations
Color information
#2733AA (or 0x2733AA) is known color: Persian Blue. HEX triplet: 27, 33 and AA. RGB value is (39,51,170). Sum of RGB (Red+Green+Blue) = 39+51+170=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #2733AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2733AA is #D8CC55. Grayscale: #3C3C3C. Windows color (decimal): -14208086 or 11154215. OLE color: 11154215.
HSL color Cylindrical-coordinate representation of color #2733AA: hue angle of 234.5º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2733AA is Cyan = 0.77, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 51 | 170 | - |
| CMYK | 0.77 | 0.7 | 0 | 0.33 |
| HSL | 234.5º | 0.63% | 0.41% | - |
| HSV(B) | 234.5º | 0.77% | 0.67% | - |
| XYZ | 9.28 | 5.7 | 38.64 | - |
| YUV | 60.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 170 | 0.77 | 0.7 | 0 | 0.33 | 234.5 | 0.63 | 0.41 |
| Hex | 27 | 33 | AA | 4D | 46 | 0 | 21 | EB | 3F | 29 |
| Octal | 47 | 63 | 252 | 115 | 106 | 0 | 41 | 353 | 77 | 51 |
| Binary | 100111 | 110011 | 10101010 | 1001101 | 1000110 | 0 | 100001 | 11101011 | 111111 | 101001 |
Color Harmonies of #2733AA
Complementary color
Monochromatic Colors of #2733AA
Black with #2733AA
Text Example
Text Example
White with #2733AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2733AA; }
p { color: rgb(39,51,170); }
H1.HeaderClassName
{
color: #2733AA;
}
.AnyTagClassName
{
color: #2733AA;
}
</style>
background-color css
<style>
a { background-color: #2733AA; }
a { background-color: rgb(39,51,170); }
div.DivClassName
{
background-color: #2733AA;
}
.BgClassName
{
background-color: #2733AA;
}
</style>
border-color css
<style>
span { border-color: #2733AA; }
span { border-color: rgb(39,51,170); }
td.TdClassName
{
border-color: #2733AA;
}
.TagClassName
{
border-color: #2733AA;
}
</style>