Shades of Persian Blue #273ACC
Tints of Persian Blue #273ACC
RGB
CMYK
RGB Variations
Color information
#273ACC (or 0x273ACC) is known color: Persian Blue. HEX triplet: 27, 3A and CC. RGB value is (39,58,204). Sum of RGB (Red+Green+Blue) = 39+58+204=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #273ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ACC is #D8C533. Grayscale: #444444. Windows color (decimal): -14206260 or 13384231. OLE color: 13384231.
HSL color Cylindrical-coordinate representation of color #273ACC: hue angle of 233.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273ACC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 58 | 204 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.2 |
| HSL | 233.09º | 0.68% | 0.48% | - |
| HSV(B) | 233.09º | 0.81% | 0.8% | - |
| XYZ | 13.25 | 7.82 | 57.94 | - |
| YUV | 68.96 | 204.21 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 204 | 0.81 | 0.72 | 0 | 0.2 | 233.09 | 0.68 | 0.48 |
| Hex | 27 | 3A | CC | 51 | 48 | 0 | 14 | E9 | 44 | 30 |
| Octal | 47 | 72 | 314 | 121 | 110 | 0 | 24 | 351 | 104 | 60 |
| Binary | 100111 | 111010 | 11001100 | 1010001 | 1001000 | 0 | 10100 | 11101001 | 1000100 | 110000 |
Color Harmonies of #273ACC
Complementary color
Monochromatic Colors of #273ACC
Black with #273ACC
Text Example
Text Example
White with #273ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273ACC; }
p { color: rgb(39,58,204); }
H1.HeaderClassName
{
color: #273ACC;
}
.AnyTagClassName
{
color: #273ACC;
}
</style>
background-color css
<style>
a { background-color: #273ACC; }
a { background-color: rgb(39,58,204); }
div.DivClassName
{
background-color: #273ACC;
}
.BgClassName
{
background-color: #273ACC;
}
</style>
border-color css
<style>
span { border-color: #273ACC; }
span { border-color: rgb(39,58,204); }
td.TdClassName
{
border-color: #273ACC;
}
.TagClassName
{
border-color: #273ACC;
}
</style>