Shades of Persian Blue #273BAF
Tints of Persian Blue #273BAF
RGB
CMYK
RGB Variations
Color information
#273BAF (or 0x273BAF) is known color: Persian Blue. HEX triplet: 27, 3B and AF. RGB value is (39,59,175). Sum of RGB (Red+Green+Blue) = 39+59+175=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #273BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAF is #D8C450. Grayscale: #414141. Windows color (decimal): -14206033 or 11483943. OLE color: 11483943.
HSL color Cylindrical-coordinate representation of color #273BAF: hue angle of 231.18º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273BAF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 59 | 175 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.31 |
| HSL | 231.18º | 0.64% | 0.42% | - |
| HSV(B) | 231.18º | 0.78% | 0.69% | - |
| XYZ | 10.14 | 6.65 | 41.31 | - |
| YUV | 66.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 175 | 0.78 | 0.66 | 0 | 0.31 | 231.18 | 0.64 | 0.42 |
| Hex | 27 | 3B | AF | 4E | 42 | 0 | 1F | E7 | 40 | 2A |
| Octal | 47 | 73 | 257 | 116 | 102 | 0 | 37 | 347 | 100 | 52 |
| Binary | 100111 | 111011 | 10101111 | 1001110 | 1000010 | 0 | 11111 | 11100111 | 1000000 | 101010 |
Color Harmonies of #273BAF
Complementary color
Monochromatic Colors of #273BAF
Black with #273BAF
Text Example
Text Example
White with #273BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BAF; }
p { color: rgb(39,59,175); }
H1.HeaderClassName
{
color: #273BAF;
}
.AnyTagClassName
{
color: #273BAF;
}
</style>
background-color css
<style>
a { background-color: #273BAF; }
a { background-color: rgb(39,59,175); }
div.DivClassName
{
background-color: #273BAF;
}
.BgClassName
{
background-color: #273BAF;
}
</style>
border-color css
<style>
span { border-color: #273BAF; }
span { border-color: rgb(39,59,175); }
td.TdClassName
{
border-color: #273BAF;
}
.TagClassName
{
border-color: #273BAF;
}
</style>