Shades of Persian Blue #273CE3
Tints of Persian Blue #273CE3
RGB
CMYK
RGB Variations
Color information
#273CE3 (or 0x273CE3) is known color: Persian Blue. HEX triplet: 27, 3C and E3. RGB value is (39,60,227). Sum of RGB (Red+Green+Blue) = 39+60+227=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 227 (89.06% from 255 or 69.63% from 326); Max value from RGB is 227 - color contains mainly: blue. Hex color #273CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CE3 is #D8C31C. Grayscale: #484848. Windows color (decimal): -14205725 or 14892071. OLE color: 14892071.
HSL color Cylindrical-coordinate representation of color #273CE3: hue angle of 233.3º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273CE3 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 60 | 227 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.11 |
| HSL | 233.3º | 0.77% | 0.52% | - |
| HSV(B) | 233.3º | 0.83% | 0.89% | - |
| XYZ | 16.32 | 9.21 | 73.59 | - |
| YUV | 72.76 | 215.04 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 227 | 0.83 | 0.74 | 0 | 0.11 | 233.3 | 0.77 | 0.52 |
| Hex | 27 | 3C | E3 | 53 | 4A | 0 | B | E9 | 4D | 34 |
| Octal | 47 | 74 | 343 | 123 | 112 | 0 | 13 | 351 | 115 | 64 |
| Binary | 100111 | 111100 | 11100011 | 1010011 | 1001010 | 0 | 1011 | 11101001 | 1001101 | 110100 |
Color Harmonies of #273CE3
Complementary color
Monochromatic Colors of #273CE3
Black with #273CE3
Text Example
Text Example
White with #273CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CE3; }
p { color: rgb(39,60,227); }
H1.HeaderClassName
{
color: #273CE3;
}
.AnyTagClassName
{
color: #273CE3;
}
</style>
background-color css
<style>
a { background-color: #273CE3; }
a { background-color: rgb(39,60,227); }
div.DivClassName
{
background-color: #273CE3;
}
.BgClassName
{
background-color: #273CE3;
}
</style>
border-color css
<style>
span { border-color: #273CE3; }
span { border-color: rgb(39,60,227); }
td.TdClassName
{
border-color: #273CE3;
}
.TagClassName
{
border-color: #273CE3;
}
</style>