Shades of Persian Blue #273CC2
Tints of Persian Blue #273CC2
RGB
CMYK
RGB Variations
Color information
#273CC2 (or 0x273CC2) is known color: Persian Blue. HEX triplet: 27, 3C and C2. RGB value is (39,60,194). Sum of RGB (Red+Green+Blue) = 39+60+194=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #273CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CC2 is #D8C33D. Grayscale: #444444. Windows color (decimal): -14205758 or 12729383. OLE color: 12729383.
HSL color Cylindrical-coordinate representation of color #273CC2: hue angle of 231.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273CC2 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 60 | 194 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.24 |
| HSL | 231.87º | 0.67% | 0.46% | - |
| HSV(B) | 231.87º | 0.8% | 0.76% | - |
| XYZ | 12.19 | 7.56 | 51.86 | - |
| YUV | 69 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 194 | 0.80 | 0.69 | 0 | 0.24 | 231.87 | 0.67 | 0.46 |
| Hex | 27 | 3C | C2 | 50 | 45 | 0 | 18 | E8 | 43 | 2E |
| Octal | 47 | 74 | 302 | 120 | 105 | 0 | 30 | 350 | 103 | 56 |
| Binary | 100111 | 111100 | 11000010 | 1010000 | 1000101 | 0 | 11000 | 11101000 | 1000011 | 101110 |
Color Harmonies of #273CC2
Complementary color
Monochromatic Colors of #273CC2
Black with #273CC2
Text Example
Text Example
White with #273CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CC2; }
p { color: rgb(39,60,194); }
H1.HeaderClassName
{
color: #273CC2;
}
.AnyTagClassName
{
color: #273CC2;
}
</style>
background-color css
<style>
a { background-color: #273CC2; }
a { background-color: rgb(39,60,194); }
div.DivClassName
{
background-color: #273CC2;
}
.BgClassName
{
background-color: #273CC2;
}
</style>
border-color css
<style>
span { border-color: #273CC2; }
span { border-color: rgb(39,60,194); }
td.TdClassName
{
border-color: #273CC2;
}
.TagClassName
{
border-color: #273CC2;
}
</style>