Shades of Port Gore #3A4766
Tints of Port Gore #3A4766
RGB
CMYK
RGB Variations
Color information
#3A4766 (or 0x3A4766) is known color: Port Gore. HEX triplet: 3A, 47 and 66. RGB value is (58,71,102). Sum of RGB (Red+Green+Blue) = 58+71+102=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4766 is #C5B899. Grayscale: #464646. Windows color (decimal): -12957850 or 6702906. OLE color: 6702906.
HSL color Cylindrical-coordinate representation of color #3A4766: hue angle of 222.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4766 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 71 | 102 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.6 |
| HSL | 222.27º | 0.28% | 0.31% | - |
| HSV(B) | 222.27º | 0.43% | 0.4% | - |
| XYZ | 6.4 | 6.37 | 13.46 | - |
| YUV | 70.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 102 | 0.43 | 0.30 | 0 | 0.6 | 222.27 | 0.28 | 0.31 |
| Hex | 3A | 47 | 66 | 2B | 1E | 0 | 3C | DE | 1C | 1F |
| Octal | 72 | 107 | 146 | 53 | 36 | 0 | 74 | 336 | 34 | 37 |
| Binary | 111010 | 1000111 | 1100110 | 101011 | 11110 | 0 | 111100 | 11011110 | 11100 | 11111 |
Color Harmonies of #3A4766
Complementary color
Monochromatic Colors of #3A4766
Black with #3A4766
Text Example
Text Example
White with #3A4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4766; }
p { color: rgb(58,71,102); }
H1.HeaderClassName
{
color: #3A4766;
}
.AnyTagClassName
{
color: #3A4766;
}
</style>
background-color css
<style>
a { background-color: #3A4766; }
a { background-color: rgb(58,71,102); }
div.DivClassName
{
background-color: #3A4766;
}
.BgClassName
{
background-color: #3A4766;
}
</style>
border-color css
<style>
span { border-color: #3A4766; }
span { border-color: rgb(58,71,102); }
td.TdClassName
{
border-color: #3A4766;
}
.TagClassName
{
border-color: #3A4766;
}
</style>