Shades of Port Gore #34446C
Tints of Port Gore #34446C
RGB
CMYK
RGB Variations
Color information
#34446C (or 0x34446C) is known color: Port Gore. HEX triplet: 34, 44 and 6C. RGB value is (52,68,108). Sum of RGB (Red+Green+Blue) = 52+68+108=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #34446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34446C is #CBBB93. Grayscale: #434343. Windows color (decimal): -13351828 or 7095348. OLE color: 7095348.
HSL color Cylindrical-coordinate representation of color #34446C: hue angle of 222.86º 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 #34446C is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 68 | 108 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.58 |
| HSL | 222.86º | 0.35% | 0.31% | - |
| HSV(B) | 222.86º | 0.52% | 0.42% | - |
| XYZ | 6.19 | 5.95 | 15.01 | - |
| YUV | 67.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 108 | 0.52 | 0.37 | 0 | 0.58 | 222.86 | 0.35 | 0.31 |
| Hex | 34 | 44 | 6C | 34 | 25 | 0 | 3A | DF | 23 | 1F |
| Octal | 64 | 104 | 154 | 64 | 45 | 0 | 72 | 337 | 43 | 37 |
| Binary | 110100 | 1000100 | 1101100 | 110100 | 100101 | 0 | 111010 | 11011111 | 100011 | 11111 |
Color Harmonies of #34446C
Complementary color
Monochromatic Colors of #34446C
Black with #34446C
Text Example
Text Example
White with #34446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34446C; }
p { color: rgb(52,68,108); }
H1.HeaderClassName
{
color: #34446C;
}
.AnyTagClassName
{
color: #34446C;
}
</style>
background-color css
<style>
a { background-color: #34446C; }
a { background-color: rgb(52,68,108); }
div.DivClassName
{
background-color: #34446C;
}
.BgClassName
{
background-color: #34446C;
}
</style>
border-color css
<style>
span { border-color: #34446C; }
span { border-color: rgb(52,68,108); }
td.TdClassName
{
border-color: #34446C;
}
.TagClassName
{
border-color: #34446C;
}
</style>