Shades of Port Gore #3A4266
Tints of Port Gore #3A4266
RGB
CMYK
RGB Variations
Color information
#3A4266 (or 0x3A4266) is known color: Port Gore. HEX triplet: 3A, 42 and 66. RGB value is (58,66,102). Sum of RGB (Red+Green+Blue) = 58+66+102=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4266 is #C5BD99. Grayscale: #434343. Windows color (decimal): -12959130 or 6701626. OLE color: 6701626.
HSL color Cylindrical-coordinate representation of color #3A4266: hue angle of 229.09º 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 #3A4266 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 66 | 102 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.6 |
| HSL | 229.09º | 0.28% | 0.31% | - |
| HSV(B) | 229.09º | 0.43% | 0.4% | - |
| XYZ | 6.09 | 5.76 | 13.36 | - |
| YUV | 67.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 102 | 0.43 | 0.35 | 0 | 0.6 | 229.09 | 0.28 | 0.31 |
| Hex | 3A | 42 | 66 | 2B | 23 | 0 | 3C | E5 | 1C | 1F |
| Octal | 72 | 102 | 146 | 53 | 43 | 0 | 74 | 345 | 34 | 37 |
| Binary | 111010 | 1000010 | 1100110 | 101011 | 100011 | 0 | 111100 | 11100101 | 11100 | 11111 |
Color Harmonies of #3A4266
Complementary color
Monochromatic Colors of #3A4266
Black with #3A4266
Text Example
Text Example
White with #3A4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4266; }
p { color: rgb(58,66,102); }
H1.HeaderClassName
{
color: #3A4266;
}
.AnyTagClassName
{
color: #3A4266;
}
</style>
background-color css
<style>
a { background-color: #3A4266; }
a { background-color: rgb(58,66,102); }
div.DivClassName
{
background-color: #3A4266;
}
.BgClassName
{
background-color: #3A4266;
}
</style>
border-color css
<style>
span { border-color: #3A4266; }
span { border-color: rgb(58,66,102); }
td.TdClassName
{
border-color: #3A4266;
}
.TagClassName
{
border-color: #3A4266;
}
</style>