Shades of Port Gore #34476C
Tints of Port Gore #34476C
RGB
CMYK
RGB Variations
Color information
#34476C (or 0x34476C) is known color: Port Gore. HEX triplet: 34, 47 and 6C. RGB value is (52,71,108). Sum of RGB (Red+Green+Blue) = 52+71+108=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #34476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34476C is #CBB893. Grayscale: #454545. Windows color (decimal): -13351060 or 7096116. OLE color: 7096116.
HSL color Cylindrical-coordinate representation of color #34476C: hue angle of 219.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34476C is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 71 | 108 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.58 |
| HSL | 219.64º | 0.35% | 0.31% | - |
| HSV(B) | 219.64º | 0.52% | 0.42% | - |
| XYZ | 6.38 | 6.32 | 15.07 | - |
| YUV | 69.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 108 | 0.52 | 0.34 | 0 | 0.58 | 219.64 | 0.35 | 0.31 |
| Hex | 34 | 47 | 6C | 34 | 22 | 0 | 3A | DC | 23 | 1F |
| Octal | 64 | 107 | 154 | 64 | 42 | 0 | 72 | 334 | 43 | 37 |
| Binary | 110100 | 1000111 | 1101100 | 110100 | 100010 | 0 | 111010 | 11011100 | 100011 | 11111 |
Color Harmonies of #34476C
Complementary color
Monochromatic Colors of #34476C
Black with #34476C
Text Example
Text Example
White with #34476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34476C; }
p { color: rgb(52,71,108); }
H1.HeaderClassName
{
color: #34476C;
}
.AnyTagClassName
{
color: #34476C;
}
</style>
background-color css
<style>
a { background-color: #34476C; }
a { background-color: rgb(52,71,108); }
div.DivClassName
{
background-color: #34476C;
}
.BgClassName
{
background-color: #34476C;
}
</style>
border-color css
<style>
span { border-color: #34476C; }
span { border-color: rgb(52,71,108); }
td.TdClassName
{
border-color: #34476C;
}
.TagClassName
{
border-color: #34476C;
}
</style>