Shades of Port Gore #38406D
Tints of Port Gore #38406D
RGB
CMYK
RGB Variations
Color information
#38406D (or 0x38406D) is known color: Port Gore. HEX triplet: 38, 40 and 6D. RGB value is (56,64,109). Sum of RGB (Red+Green+Blue) = 56+64+109=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #38406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38406D is #C7BF92. Grayscale: #424242. Windows color (decimal): -13090707 or 7159864. OLE color: 7159864.
HSL color Cylindrical-coordinate representation of color #38406D: hue angle of 230.94º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38406D is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 64 | 109 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.57 |
| HSL | 230.94º | 0.32% | 0.32% | - |
| HSV(B) | 230.94º | 0.49% | 0.43% | - |
| XYZ | 6.22 | 5.61 | 15.22 | - |
| YUV | 66.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 109 | 0.49 | 0.41 | 0 | 0.57 | 230.94 | 0.32 | 0.32 |
| Hex | 38 | 40 | 6D | 31 | 29 | 0 | 39 | E7 | 20 | 20 |
| Octal | 70 | 100 | 155 | 61 | 51 | 0 | 71 | 347 | 40 | 40 |
| Binary | 111000 | 1000000 | 1101101 | 110001 | 101001 | 0 | 111001 | 11100111 | 100000 | 100000 |
Color Harmonies of #38406D
Complementary color
Monochromatic Colors of #38406D
Black with #38406D
Text Example
Text Example
White with #38406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38406D; }
p { color: rgb(56,64,109); }
H1.HeaderClassName
{
color: #38406D;
}
.AnyTagClassName
{
color: #38406D;
}
</style>
background-color css
<style>
a { background-color: #38406D; }
a { background-color: rgb(56,64,109); }
div.DivClassName
{
background-color: #38406D;
}
.BgClassName
{
background-color: #38406D;
}
</style>
border-color css
<style>
span { border-color: #38406D; }
span { border-color: rgb(56,64,109); }
td.TdClassName
{
border-color: #38406D;
}
.TagClassName
{
border-color: #38406D;
}
</style>