Shades of Port Gore #3C3F65
Tints of Port Gore #3C3F65
RGB
CMYK
RGB Variations
Color information
#3C3F65 (or 0x3C3F65) is known color: Port Gore. HEX triplet: 3C, 3F and 65. RGB value is (60,63,101). Sum of RGB (Red+Green+Blue) = 60+63+101=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F65 is #C3C09A. Grayscale: #424242. Windows color (decimal): -12828827 or 6635324. OLE color: 6635324.
HSL color Cylindrical-coordinate representation of color #3C3F65: hue angle of 235.61º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3F65 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 63 | 101 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.60 |
| HSL | 235.61º | 0.25% | 0.32% | - |
| HSV(B) | 235.61º | 0.41% | 0.4% | - |
| XYZ | 5.99 | 5.46 | 13.05 | - |
| YUV | 66.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 101 | 0.41 | 0.38 | 0 | 0.60 | 235.61 | 0.25 | 0.32 |
| Hex | 3C | 3F | 65 | 29 | 26 | 0 | 3C | EC | 19 | 20 |
| Octal | 74 | 77 | 145 | 51 | 46 | 0 | 74 | 354 | 31 | 40 |
| Binary | 111100 | 111111 | 1100101 | 101001 | 100110 | 0 | 111100 | 11101100 | 11001 | 100000 |
Color Harmonies of #3C3F65
Complementary color
Monochromatic Colors of #3C3F65
Black with #3C3F65
Text Example
Text Example
White with #3C3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F65; }
p { color: rgb(60,63,101); }
H1.HeaderClassName
{
color: #3C3F65;
}
.AnyTagClassName
{
color: #3C3F65;
}
</style>
background-color css
<style>
a { background-color: #3C3F65; }
a { background-color: rgb(60,63,101); }
div.DivClassName
{
background-color: #3C3F65;
}
.BgClassName
{
background-color: #3C3F65;
}
</style>
border-color css
<style>
span { border-color: #3C3F65; }
span { border-color: rgb(60,63,101); }
td.TdClassName
{
border-color: #3C3F65;
}
.TagClassName
{
border-color: #3C3F65;
}
</style>