Shades of Port Gore #3A3F6D
Tints of Port Gore #3A3F6D
RGB
CMYK
RGB Variations
Color information
#3A3F6D (or 0x3A3F6D) is known color: Port Gore. HEX triplet: 3A, 3F and 6D. RGB value is (58,63,109). Sum of RGB (Red+Green+Blue) = 58+63+109=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3F6D is #C5C092. Grayscale: #424242. Windows color (decimal): -12959891 or 7159610. OLE color: 7159610.
HSL color Cylindrical-coordinate representation of color #3A3F6D: hue angle of 234.12º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A3F6D is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 63 | 109 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.57 |
| HSL | 234.12º | 0.31% | 0.33% | - |
| HSV(B) | 234.12º | 0.47% | 0.43% | - |
| XYZ | 6.28 | 5.56 | 15.21 | - |
| YUV | 66.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 109 | 0.47 | 0.42 | 0 | 0.57 | 234.12 | 0.31 | 0.33 |
| Hex | 3A | 3F | 6D | 2F | 2A | 0 | 39 | EA | 1F | 21 |
| Octal | 72 | 77 | 155 | 57 | 52 | 0 | 71 | 352 | 37 | 41 |
| Binary | 111010 | 111111 | 1101101 | 101111 | 101010 | 0 | 111001 | 11101010 | 11111 | 100001 |
Color Harmonies of #3A3F6D
Complementary color
Monochromatic Colors of #3A3F6D
Black with #3A3F6D
Text Example
Text Example
White with #3A3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F6D; }
p { color: rgb(58,63,109); }
H1.HeaderClassName
{
color: #3A3F6D;
}
.AnyTagClassName
{
color: #3A3F6D;
}
</style>
background-color css
<style>
a { background-color: #3A3F6D; }
a { background-color: rgb(58,63,109); }
div.DivClassName
{
background-color: #3A3F6D;
}
.BgClassName
{
background-color: #3A3F6D;
}
</style>
border-color css
<style>
span { border-color: #3A3F6D; }
span { border-color: rgb(58,63,109); }
td.TdClassName
{
border-color: #3A3F6D;
}
.TagClassName
{
border-color: #3A3F6D;
}
</style>