Shades of Persian Blue #273FAA
Tints of Persian Blue #273FAA
RGB
CMYK
RGB Variations
Color information
#273FAA (or 0x273FAA) is known color: Persian Blue. HEX triplet: 27, 3F and AA. RGB value is (39,63,170). Sum of RGB (Red+Green+Blue) = 39+63+170=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #273FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FAA is #D8C055. Grayscale: #434343. Windows color (decimal): -14205014 or 11157287. OLE color: 11157287.
HSL color Cylindrical-coordinate representation of color #273FAA: hue angle of 229.01º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273FAA is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 63 | 170 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.33 |
| HSL | 229.01º | 0.63% | 0.41% | - |
| HSV(B) | 229.01º | 0.77% | 0.67% | - |
| XYZ | 9.87 | 6.89 | 38.84 | - |
| YUV | 68.02 | 185.55 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 170 | 0.77 | 0.63 | 0 | 0.33 | 229.01 | 0.63 | 0.41 |
| Hex | 27 | 3F | AA | 4D | 3F | 0 | 21 | E5 | 3F | 29 |
| Octal | 47 | 77 | 252 | 115 | 77 | 0 | 41 | 345 | 77 | 51 |
| Binary | 100111 | 111111 | 10101010 | 1001101 | 111111 | 0 | 100001 | 11100101 | 111111 | 101001 |
Color Harmonies of #273FAA
Complementary color
Monochromatic Colors of #273FAA
Black with #273FAA
Text Example
Text Example
White with #273FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FAA; }
p { color: rgb(39,63,170); }
H1.HeaderClassName
{
color: #273FAA;
}
.AnyTagClassName
{
color: #273FAA;
}
</style>
background-color css
<style>
a { background-color: #273FAA; }
a { background-color: rgb(39,63,170); }
div.DivClassName
{
background-color: #273FAA;
}
.BgClassName
{
background-color: #273FAA;
}
</style>
border-color css
<style>
span { border-color: #273FAA; }
span { border-color: rgb(39,63,170); }
td.TdClassName
{
border-color: #273FAA;
}
.TagClassName
{
border-color: #273FAA;
}
</style>