Shades of Persian Blue #273BAD
Tints of Persian Blue #273BAD
RGB
CMYK
RGB Variations
Color information
#273BAD (or 0x273BAD) is known color: Persian Blue. HEX triplet: 27, 3B and AD. RGB value is (39,59,173). Sum of RGB (Red+Green+Blue) = 39+59+173=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #273BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAD is #D8C452. Grayscale: #414141. Windows color (decimal): -14206035 or 11352871. OLE color: 11352871.
HSL color Cylindrical-coordinate representation of color #273BAD: hue angle of 231.04º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273BAD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 59 | 173 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.32 |
| HSL | 231.04º | 0.63% | 0.42% | - |
| HSV(B) | 231.04º | 0.77% | 0.68% | - |
| XYZ | 9.94 | 6.58 | 40.28 | - |
| YUV | 66.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 173 | 0.77 | 0.66 | 0 | 0.32 | 231.04 | 0.63 | 0.42 |
| Hex | 27 | 3B | AD | 4D | 42 | 0 | 20 | E7 | 3F | 2A |
| Octal | 47 | 73 | 255 | 115 | 102 | 0 | 40 | 347 | 77 | 52 |
| Binary | 100111 | 111011 | 10101101 | 1001101 | 1000010 | 0 | 100000 | 11100111 | 111111 | 101010 |
Color Harmonies of #273BAD
Complementary color
Monochromatic Colors of #273BAD
Black with #273BAD
Text Example
Text Example
White with #273BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BAD; }
p { color: rgb(39,59,173); }
H1.HeaderClassName
{
color: #273BAD;
}
.AnyTagClassName
{
color: #273BAD;
}
</style>
background-color css
<style>
a { background-color: #273BAD; }
a { background-color: rgb(39,59,173); }
div.DivClassName
{
background-color: #273BAD;
}
.BgClassName
{
background-color: #273BAD;
}
</style>
border-color css
<style>
span { border-color: #273BAD; }
span { border-color: rgb(39,59,173); }
td.TdClassName
{
border-color: #273BAD;
}
.TagClassName
{
border-color: #273BAD;
}
</style>