Shades of Persian Blue #2733AB
Tints of Persian Blue #2733AB
RGB
CMYK
RGB Variations
Color information
#2733AB (or 0x2733AB) is known color: Persian Blue. HEX triplet: 27, 33 and AB. RGB value is (39,51,171). Sum of RGB (Red+Green+Blue) = 39+51+171=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2733AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2733AB is #D8CC54. Grayscale: #3C3C3C. Windows color (decimal): -14208085 or 11219751. OLE color: 11219751.
HSL color Cylindrical-coordinate representation of color #2733AB: hue angle of 234.55º 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 #2733AB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 51 | 171 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.33 |
| HSL | 234.55º | 0.63% | 0.41% | - |
| HSV(B) | 234.55º | 0.77% | 0.67% | - |
| XYZ | 9.37 | 5.74 | 39.14 | - |
| YUV | 61.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 171 | 0.77 | 0.70 | 0 | 0.33 | 234.55 | 0.63 | 0.41 |
| Hex | 27 | 33 | AB | 4D | 46 | 0 | 21 | EB | 3F | 29 |
| Octal | 47 | 63 | 253 | 115 | 106 | 0 | 41 | 353 | 77 | 51 |
| Binary | 100111 | 110011 | 10101011 | 1001101 | 1000110 | 0 | 100001 | 11101011 | 111111 | 101001 |
Color Harmonies of #2733AB
Complementary color
Monochromatic Colors of #2733AB
Black with #2733AB
Text Example
Text Example
White with #2733AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2733AB; }
p { color: rgb(39,51,171); }
H1.HeaderClassName
{
color: #2733AB;
}
.AnyTagClassName
{
color: #2733AB;
}
</style>
background-color css
<style>
a { background-color: #2733AB; }
a { background-color: rgb(39,51,171); }
div.DivClassName
{
background-color: #2733AB;
}
.BgClassName
{
background-color: #2733AB;
}
</style>
border-color css
<style>
span { border-color: #2733AB; }
span { border-color: rgb(39,51,171); }
td.TdClassName
{
border-color: #2733AB;
}
.TagClassName
{
border-color: #2733AB;
}
</style>