Shades of Persian Blue #273BA6
Tints of Persian Blue #273BA6
RGB
CMYK
RGB Variations
Color information
#273BA6 (or 0x273BA6) is known color: Persian Blue. HEX triplet: 27, 3B and A6. RGB value is (39,59,166). Sum of RGB (Red+Green+Blue) = 39+59+166=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 166 (65.23% from 255 or 62.88% from 264); Max value from RGB is 166 - color contains mainly: blue. Hex color #273BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BA6 is #D8C459. Grayscale: #404040. Windows color (decimal): -14206042 or 10894119. OLE color: 10894119.
HSL color Cylindrical-coordinate representation of color #273BA6: hue angle of 230.55º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273BA6 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 59 | 166 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.35 |
| HSL | 230.55º | 0.62% | 0.4% | - |
| HSV(B) | 230.55º | 0.77% | 0.65% | - |
| XYZ | 9.28 | 6.31 | 36.81 | - |
| YUV | 65.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 166 | 0.77 | 0.64 | 0 | 0.35 | 230.55 | 0.62 | 0.4 |
| Hex | 27 | 3B | A6 | 4D | 40 | 0 | 23 | E7 | 3E | 28 |
| Octal | 47 | 73 | 246 | 115 | 100 | 0 | 43 | 347 | 76 | 50 |
| Binary | 100111 | 111011 | 10100110 | 1001101 | 1000000 | 0 | 100011 | 11100111 | 111110 | 101000 |
Color Harmonies of #273BA6
Complementary color
Monochromatic Colors of #273BA6
Black with #273BA6
Text Example
Text Example
White with #273BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BA6; }
p { color: rgb(39,59,166); }
H1.HeaderClassName
{
color: #273BA6;
}
.AnyTagClassName
{
color: #273BA6;
}
</style>
background-color css
<style>
a { background-color: #273BA6; }
a { background-color: rgb(39,59,166); }
div.DivClassName
{
background-color: #273BA6;
}
.BgClassName
{
background-color: #273BA6;
}
</style>
border-color css
<style>
span { border-color: #273BA6; }
span { border-color: rgb(39,59,166); }
td.TdClassName
{
border-color: #273BA6;
}
.TagClassName
{
border-color: #273BA6;
}
</style>