Shades of Port Gore #3A4066
Tints of Port Gore #3A4066
RGB
CMYK
RGB Variations
Color information
#3A4066 (or 0x3A4066) is known color: Port Gore. HEX triplet: 3A, 40 and 66. RGB value is (58,64,102). Sum of RGB (Red+Green+Blue) = 58+64+102=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4066 is #C5BF99. Grayscale: #424242. Windows color (decimal): -12959642 or 6701114. OLE color: 6701114.
HSL color Cylindrical-coordinate representation of color #3A4066: hue angle of 231.82º 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 #3A4066 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 64 | 102 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.6 |
| HSL | 231.82º | 0.28% | 0.31% | - |
| HSV(B) | 231.82º | 0.43% | 0.4% | - |
| XYZ | 5.98 | 5.53 | 13.32 | - |
| YUV | 66.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 102 | 0.43 | 0.37 | 0 | 0.6 | 231.82 | 0.28 | 0.31 |
| Hex | 3A | 40 | 66 | 2B | 25 | 0 | 3C | E8 | 1C | 1F |
| Octal | 72 | 100 | 146 | 53 | 45 | 0 | 74 | 350 | 34 | 37 |
| Binary | 111010 | 1000000 | 1100110 | 101011 | 100101 | 0 | 111100 | 11101000 | 11100 | 11111 |
Color Harmonies of #3A4066
Complementary color
Monochromatic Colors of #3A4066
Black with #3A4066
Text Example
Text Example
White with #3A4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4066; }
p { color: rgb(58,64,102); }
H1.HeaderClassName
{
color: #3A4066;
}
.AnyTagClassName
{
color: #3A4066;
}
</style>
background-color css
<style>
a { background-color: #3A4066; }
a { background-color: rgb(58,64,102); }
div.DivClassName
{
background-color: #3A4066;
}
.BgClassName
{
background-color: #3A4066;
}
</style>
border-color css
<style>
span { border-color: #3A4066; }
span { border-color: rgb(58,64,102); }
td.TdClassName
{
border-color: #3A4066;
}
.TagClassName
{
border-color: #3A4066;
}
</style>