Shades of Persian Blue #273BAE
Tints of Persian Blue #273BAE
RGB
CMYK
RGB Variations
Color information
#273BAE (or 0x273BAE) is known color: Persian Blue. HEX triplet: 27, 3B and AE. RGB value is (39,59,174). Sum of RGB (Red+Green+Blue) = 39+59+174=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #273BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAE is #D8C451. Grayscale: #414141. Windows color (decimal): -14206034 or 11418407. OLE color: 11418407.
HSL color Cylindrical-coordinate representation of color #273BAE: hue angle of 231.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273BAE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 59 | 174 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.32 |
| HSL | 231.11º | 0.63% | 0.42% | - |
| HSV(B) | 231.11º | 0.78% | 0.68% | - |
| XYZ | 10.04 | 6.62 | 40.79 | - |
| YUV | 66.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 174 | 0.78 | 0.66 | 0 | 0.32 | 231.11 | 0.63 | 0.42 |
| Hex | 27 | 3B | AE | 4E | 42 | 0 | 20 | E7 | 3F | 2A |
| Octal | 47 | 73 | 256 | 116 | 102 | 0 | 40 | 347 | 77 | 52 |
| Binary | 100111 | 111011 | 10101110 | 1001110 | 1000010 | 0 | 100000 | 11100111 | 111111 | 101010 |
Color Harmonies of #273BAE
Complementary color
Monochromatic Colors of #273BAE
Black with #273BAE
Text Example
Text Example
White with #273BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BAE; }
p { color: rgb(39,59,174); }
H1.HeaderClassName
{
color: #273BAE;
}
.AnyTagClassName
{
color: #273BAE;
}
</style>
background-color css
<style>
a { background-color: #273BAE; }
a { background-color: rgb(39,59,174); }
div.DivClassName
{
background-color: #273BAE;
}
.BgClassName
{
background-color: #273BAE;
}
</style>
border-color css
<style>
span { border-color: #273BAE; }
span { border-color: rgb(39,59,174); }
td.TdClassName
{
border-color: #273BAE;
}
.TagClassName
{
border-color: #273BAE;
}
</style>