Shades of Port Gore #3A456A
Tints of Port Gore #3A456A
RGB
CMYK
RGB Variations
Color information
#3A456A (or 0x3A456A) is known color: Port Gore. HEX triplet: 3A, 45 and 6A. RGB value is (58,69,106). Sum of RGB (Red+Green+Blue) = 58+69+106=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A456A is #C5BA95. Grayscale: #454545. Windows color (decimal): -12958358 or 6964538. OLE color: 6964538.
HSL color Cylindrical-coordinate representation of color #3A456A: hue angle of 226.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A456A is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 69 | 106 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.58 |
| HSL | 226.25º | 0.29% | 0.32% | - |
| HSV(B) | 226.25º | 0.45% | 0.42% | - |
| XYZ | 6.47 | 6.2 | 14.49 | - |
| YUV | 69.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 106 | 0.45 | 0.35 | 0 | 0.58 | 226.25 | 0.29 | 0.32 |
| Hex | 3A | 45 | 6A | 2D | 23 | 0 | 3A | E2 | 1D | 20 |
| Octal | 72 | 105 | 152 | 55 | 43 | 0 | 72 | 342 | 35 | 40 |
| Binary | 111010 | 1000101 | 1101010 | 101101 | 100011 | 0 | 111010 | 11100010 | 11101 | 100000 |
Color Harmonies of #3A456A
Complementary color
Monochromatic Colors of #3A456A
Black with #3A456A
Text Example
Text Example
White with #3A456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A456A; }
p { color: rgb(58,69,106); }
H1.HeaderClassName
{
color: #3A456A;
}
.AnyTagClassName
{
color: #3A456A;
}
</style>
background-color css
<style>
a { background-color: #3A456A; }
a { background-color: rgb(58,69,106); }
div.DivClassName
{
background-color: #3A456A;
}
.BgClassName
{
background-color: #3A456A;
}
</style>
border-color css
<style>
span { border-color: #3A456A; }
span { border-color: rgb(58,69,106); }
td.TdClassName
{
border-color: #3A456A;
}
.TagClassName
{
border-color: #3A456A;
}
</style>