Shades of Port Gore #3A456F
Tints of Port Gore #3A456F
RGB
CMYK
RGB Variations
Color information
#3A456F (or 0x3A456F) is known color: Port Gore. HEX triplet: 3A, 45 and 6F. RGB value is (58,69,111). Sum of RGB (Red+Green+Blue) = 58+69+111=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A456F is #C5BA90. Grayscale: #464646. Windows color (decimal): -12958353 or 7292218. OLE color: 7292218.
HSL color Cylindrical-coordinate representation of color #3A456F: hue angle of 227.55º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A456F is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 69 | 111 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.56 |
| HSL | 227.55º | 0.31% | 0.33% | - |
| HSV(B) | 227.55º | 0.48% | 0.44% | - |
| XYZ | 6.74 | 6.3 | 15.9 | - |
| YUV | 70.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 111 | 0.48 | 0.38 | 0 | 0.56 | 227.55 | 0.31 | 0.33 |
| Hex | 3A | 45 | 6F | 30 | 26 | 0 | 38 | E4 | 1F | 21 |
| Octal | 72 | 105 | 157 | 60 | 46 | 0 | 70 | 344 | 37 | 41 |
| Binary | 111010 | 1000101 | 1101111 | 110000 | 100110 | 0 | 111000 | 11100100 | 11111 | 100001 |
Color Harmonies of #3A456F
Complementary color
Monochromatic Colors of #3A456F
Black with #3A456F
Text Example
Text Example
White with #3A456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A456F; }
p { color: rgb(58,69,111); }
H1.HeaderClassName
{
color: #3A456F;
}
.AnyTagClassName
{
color: #3A456F;
}
</style>
background-color css
<style>
a { background-color: #3A456F; }
a { background-color: rgb(58,69,111); }
div.DivClassName
{
background-color: #3A456F;
}
.BgClassName
{
background-color: #3A456F;
}
</style>
border-color css
<style>
span { border-color: #3A456F; }
span { border-color: rgb(58,69,111); }
td.TdClassName
{
border-color: #3A456F;
}
.TagClassName
{
border-color: #3A456F;
}
</style>