Shades of Persian Blue #273EAD
Tints of Persian Blue #273EAD
RGB
CMYK
RGB Variations
Color information
#273EAD (or 0x273EAD) is known color: Persian Blue. HEX triplet: 27, 3E and AD. RGB value is (39,62,173). Sum of RGB (Red+Green+Blue) = 39+62+173=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #273EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273EAD is #D8C152. Grayscale: #434343. Windows color (decimal): -14205267 or 11353639. OLE color: 11353639.
HSL color Cylindrical-coordinate representation of color #273EAD: hue angle of 229.7º 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 #273EAD is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 62 | 173 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.32 |
| HSL | 229.7º | 0.63% | 0.42% | - |
| HSV(B) | 229.7º | 0.77% | 0.68% | - |
| XYZ | 10.1 | 6.89 | 40.33 | - |
| YUV | 67.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 173 | 0.77 | 0.64 | 0 | 0.32 | 229.7 | 0.63 | 0.42 |
| Hex | 27 | 3E | AD | 4D | 40 | 0 | 20 | E6 | 3F | 2A |
| Octal | 47 | 76 | 255 | 115 | 100 | 0 | 40 | 346 | 77 | 52 |
| Binary | 100111 | 111110 | 10101101 | 1001101 | 1000000 | 0 | 100000 | 11100110 | 111111 | 101010 |
Color Harmonies of #273EAD
Complementary color
Monochromatic Colors of #273EAD
Black with #273EAD
Text Example
Text Example
White with #273EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EAD; }
p { color: rgb(39,62,173); }
H1.HeaderClassName
{
color: #273EAD;
}
.AnyTagClassName
{
color: #273EAD;
}
</style>
background-color css
<style>
a { background-color: #273EAD; }
a { background-color: rgb(39,62,173); }
div.DivClassName
{
background-color: #273EAD;
}
.BgClassName
{
background-color: #273EAD;
}
</style>
border-color css
<style>
span { border-color: #273EAD; }
span { border-color: rgb(39,62,173); }
td.TdClassName
{
border-color: #273EAD;
}
.TagClassName
{
border-color: #273EAD;
}
</style>