Shades of Persian Blue #273CE8
Tints of Persian Blue #273CE8
RGB
CMYK
RGB Variations
Color information
#273CE8 (or 0x273CE8) is known color: Persian Blue. HEX triplet: 27, 3C and E8. RGB value is (39,60,232). Sum of RGB (Red+Green+Blue) = 39+60+232=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #273CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CE8 is #D8C317. Grayscale: #484848. Windows color (decimal): -14205720 or 15219751. OLE color: 15219751.
HSL color Cylindrical-coordinate representation of color #273CE8: hue angle of 233.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273CE8 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 60 | 232 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.09 |
| HSL | 233.47º | 0.81% | 0.53% | - |
| HSV(B) | 233.47º | 0.83% | 0.91% | - |
| XYZ | 17.02 | 9.49 | 77.28 | - |
| YUV | 73.33 | 217.54 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 232 | 0.83 | 0.74 | 0 | 0.09 | 233.47 | 0.81 | 0.53 |
| Hex | 27 | 3C | E8 | 53 | 4A | 0 | 9 | E9 | 51 | 35 |
| Octal | 47 | 74 | 350 | 123 | 112 | 0 | 11 | 351 | 121 | 65 |
| Binary | 100111 | 111100 | 11101000 | 1010011 | 1001010 | 0 | 1001 | 11101001 | 1010001 | 110101 |
Color Harmonies of #273CE8
Complementary color
Monochromatic Colors of #273CE8
Black with #273CE8
Text Example
Text Example
White with #273CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CE8; }
p { color: rgb(39,60,232); }
H1.HeaderClassName
{
color: #273CE8;
}
.AnyTagClassName
{
color: #273CE8;
}
</style>
background-color css
<style>
a { background-color: #273CE8; }
a { background-color: rgb(39,60,232); }
div.DivClassName
{
background-color: #273CE8;
}
.BgClassName
{
background-color: #273CE8;
}
</style>
border-color css
<style>
span { border-color: #273CE8; }
span { border-color: rgb(39,60,232); }
td.TdClassName
{
border-color: #273CE8;
}
.TagClassName
{
border-color: #273CE8;
}
</style>