Shades of Port Gore #3C436D
Tints of Port Gore #3C436D
RGB
CMYK
RGB Variations
Color information
#3C436D (or 0x3C436D) is known color: Port Gore. HEX triplet: 3C, 43 and 6D. RGB value is (60,67,109). Sum of RGB (Red+Green+Blue) = 60+67+109=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C436D is #C3BC92. Grayscale: #454545. Windows color (decimal): -12827795 or 7160636. OLE color: 7160636.
HSL color Cylindrical-coordinate representation of color #3C436D: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C436D is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 67 | 109 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.57 |
| HSL | 231.43º | 0.29% | 0.33% | - |
| HSV(B) | 231.43º | 0.45% | 0.43% | - |
| XYZ | 6.63 | 6.08 | 15.29 | - |
| YUV | 69.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 109 | 0.45 | 0.39 | 0 | 0.57 | 231.43 | 0.29 | 0.33 |
| Hex | 3C | 43 | 6D | 2D | 27 | 0 | 39 | E7 | 1D | 21 |
| Octal | 74 | 103 | 155 | 55 | 47 | 0 | 71 | 347 | 35 | 41 |
| Binary | 111100 | 1000011 | 1101101 | 101101 | 100111 | 0 | 111001 | 11100111 | 11101 | 100001 |
Color Harmonies of #3C436D
Complementary color
Monochromatic Colors of #3C436D
Black with #3C436D
Text Example
Text Example
White with #3C436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C436D; }
p { color: rgb(60,67,109); }
H1.HeaderClassName
{
color: #3C436D;
}
.AnyTagClassName
{
color: #3C436D;
}
</style>
background-color css
<style>
a { background-color: #3C436D; }
a { background-color: rgb(60,67,109); }
div.DivClassName
{
background-color: #3C436D;
}
.BgClassName
{
background-color: #3C436D;
}
</style>
border-color css
<style>
span { border-color: #3C436D; }
span { border-color: rgb(60,67,109); }
td.TdClassName
{
border-color: #3C436D;
}
.TagClassName
{
border-color: #3C436D;
}
</style>