Shades of Persian Blue #273DAA
Tints of Persian Blue #273DAA
RGB
CMYK
RGB Variations
Color information
#273DAA (or 0x273DAA) is known color: Persian Blue. HEX triplet: 27, 3D and AA. RGB value is (39,61,170). Sum of RGB (Red+Green+Blue) = 39+61+170=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #273DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAA is #D8C255. Grayscale: #424242. Windows color (decimal): -14205526 or 11156775. OLE color: 11156775.
HSL color Cylindrical-coordinate representation of color #273DAA: hue angle of 229.92º 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 #273DAA is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 61 | 170 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.33 |
| HSL | 229.92º | 0.63% | 0.41% | - |
| HSV(B) | 229.92º | 0.77% | 0.67% | - |
| XYZ | 9.76 | 6.67 | 38.8 | - |
| YUV | 66.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 170 | 0.77 | 0.64 | 0 | 0.33 | 229.92 | 0.63 | 0.41 |
| Hex | 27 | 3D | AA | 4D | 40 | 0 | 21 | E6 | 3F | 29 |
| Octal | 47 | 75 | 252 | 115 | 100 | 0 | 41 | 346 | 77 | 51 |
| Binary | 100111 | 111101 | 10101010 | 1001101 | 1000000 | 0 | 100001 | 11100110 | 111111 | 101001 |
Color Harmonies of #273DAA
Complementary color
Monochromatic Colors of #273DAA
Black with #273DAA
Text Example
Text Example
White with #273DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DAA; }
p { color: rgb(39,61,170); }
H1.HeaderClassName
{
color: #273DAA;
}
.AnyTagClassName
{
color: #273DAA;
}
</style>
background-color css
<style>
a { background-color: #273DAA; }
a { background-color: rgb(39,61,170); }
div.DivClassName
{
background-color: #273DAA;
}
.BgClassName
{
background-color: #273DAA;
}
</style>
border-color css
<style>
span { border-color: #273DAA; }
span { border-color: rgb(39,61,170); }
td.TdClassName
{
border-color: #273DAA;
}
.TagClassName
{
border-color: #273DAA;
}
</style>