Shades of Port Gore #34456C
Tints of Port Gore #34456C
RGB
CMYK
RGB Variations
Color information
#34456C (or 0x34456C) is known color: Port Gore. HEX triplet: 34, 45 and 6C. RGB value is (52,69,108). Sum of RGB (Red+Green+Blue) = 52+69+108=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #34456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34456C is #CBBA93. Grayscale: #444444. Windows color (decimal): -13351572 or 7095604. OLE color: 7095604.
HSL color Cylindrical-coordinate representation of color #34456C: hue angle of 221.79º 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 #34456C is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 69 | 108 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.58 |
| HSL | 221.79º | 0.35% | 0.31% | - |
| HSV(B) | 221.79º | 0.52% | 0.42% | - |
| XYZ | 6.25 | 6.07 | 15.03 | - |
| YUV | 68.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 108 | 0.52 | 0.36 | 0 | 0.58 | 221.79 | 0.35 | 0.31 |
| Hex | 34 | 45 | 6C | 34 | 24 | 0 | 3A | DE | 23 | 1F |
| Octal | 64 | 105 | 154 | 64 | 44 | 0 | 72 | 336 | 43 | 37 |
| Binary | 110100 | 1000101 | 1101100 | 110100 | 100100 | 0 | 111010 | 11011110 | 100011 | 11111 |
Color Harmonies of #34456C
Complementary color
Monochromatic Colors of #34456C
Black with #34456C
Text Example
Text Example
White with #34456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34456C; }
p { color: rgb(52,69,108); }
H1.HeaderClassName
{
color: #34456C;
}
.AnyTagClassName
{
color: #34456C;
}
</style>
background-color css
<style>
a { background-color: #34456C; }
a { background-color: rgb(52,69,108); }
div.DivClassName
{
background-color: #34456C;
}
.BgClassName
{
background-color: #34456C;
}
</style>
border-color css
<style>
span { border-color: #34456C; }
span { border-color: rgb(52,69,108); }
td.TdClassName
{
border-color: #34456C;
}
.TagClassName
{
border-color: #34456C;
}
</style>