Shades of Celtic #273C35
Tints of Celtic #273C35
RGB
CMYK
RGB Variations
Color information
#273C35 (or 0x273C35) is known color: Celtic. HEX triplet: 27, 3C and 35. RGB value is (39,60,53). Sum of RGB (Red+Green+Blue) = 39+60+53=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #273C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C35 is #D8C3CA. Grayscale: #343434. Windows color (decimal): -14205899 or 3488807. OLE color: 3488807.
HSL color Cylindrical-coordinate representation of color #273C35: hue angle of 160º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C35 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 53 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.76 |
| HSL | 160º | 0.21% | 0.19% | - |
| HSV(B) | 160º | 0.35% | 0.24% | - |
| XYZ | 3.1 | 3.92 | 3.96 | - |
| YUV | 52.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 53 | 0.35 | 0 | 0.12 | 0.76 | 160 | 0.21 | 0.19 |
| Hex | 27 | 3C | 35 | 23 | 0 | C | 4C | A0 | 15 | 13 |
| Octal | 47 | 74 | 65 | 43 | 0 | 14 | 114 | 240 | 25 | 23 |
| Binary | 100111 | 111100 | 110101 | 100011 | 0 | 1100 | 1001100 | 10100000 | 10101 | 10011 |
Color Harmonies of #273C35
Complementary color
Monochromatic Colors of #273C35
Black with #273C35
Text Example
Text Example
White with #273C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C35; }
p { color: rgb(39,60,53); }
H1.HeaderClassName
{
color: #273C35;
}
.AnyTagClassName
{
color: #273C35;
}
</style>
background-color css
<style>
a { background-color: #273C35; }
a { background-color: rgb(39,60,53); }
div.DivClassName
{
background-color: #273C35;
}
.BgClassName
{
background-color: #273C35;
}
</style>
border-color css
<style>
span { border-color: #273C35; }
span { border-color: rgb(39,60,53); }
td.TdClassName
{
border-color: #273C35;
}
.TagClassName
{
border-color: #273C35;
}
</style>