Shades of Persian Blue #273BC9
Tints of Persian Blue #273BC9
RGB
CMYK
RGB Variations
Color information
#273BC9 (or 0x273BC9) is known color: Persian Blue. HEX triplet: 27, 3B and C9. RGB value is (39,59,201). Sum of RGB (Red+Green+Blue) = 39+59+201=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #273BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BC9 is #D8C436. Grayscale: #444444. Windows color (decimal): -14206007 or 13187879. OLE color: 13187879.
HSL color Cylindrical-coordinate representation of color #273BC9: hue angle of 232.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273BC9 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 59 | 201 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.21 |
| HSL | 232.59º | 0.68% | 0.47% | - |
| HSV(B) | 232.59º | 0.81% | 0.79% | - |
| XYZ | 12.94 | 7.78 | 56.08 | - |
| YUV | 69.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 201 | 0.81 | 0.71 | 0 | 0.21 | 232.59 | 0.68 | 0.47 |
| Hex | 27 | 3B | C9 | 51 | 47 | 0 | 15 | E9 | 44 | 2F |
| Octal | 47 | 73 | 311 | 121 | 107 | 0 | 25 | 351 | 104 | 57 |
| Binary | 100111 | 111011 | 11001001 | 1010001 | 1000111 | 0 | 10101 | 11101001 | 1000100 | 101111 |
Color Harmonies of #273BC9
Complementary color
Monochromatic Colors of #273BC9
Black with #273BC9
Text Example
Text Example
White with #273BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BC9; }
p { color: rgb(39,59,201); }
H1.HeaderClassName
{
color: #273BC9;
}
.AnyTagClassName
{
color: #273BC9;
}
</style>
background-color css
<style>
a { background-color: #273BC9; }
a { background-color: rgb(39,59,201); }
div.DivClassName
{
background-color: #273BC9;
}
.BgClassName
{
background-color: #273BC9;
}
</style>
border-color css
<style>
span { border-color: #273BC9; }
span { border-color: rgb(39,59,201); }
td.TdClassName
{
border-color: #273BC9;
}
.TagClassName
{
border-color: #273BC9;
}
</style>