Shades of Port Gore #38416D
Tints of Port Gore #38416D
RGB
CMYK
RGB Variations
Color information
#38416D (or 0x38416D) is known color: Port Gore. HEX triplet: 38, 41 and 6D. RGB value is (56,65,109). Sum of RGB (Red+Green+Blue) = 56+65+109=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #38416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416D is #C7BE92. Grayscale: #434343. Windows color (decimal): -13090451 or 7160120. OLE color: 7160120.
HSL color Cylindrical-coordinate representation of color #38416D: hue angle of 229.81º 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 #38416D is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 65 | 109 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.57 |
| HSL | 229.81º | 0.32% | 0.32% | - |
| HSV(B) | 229.81º | 0.49% | 0.43% | - |
| XYZ | 6.28 | 5.73 | 15.24 | - |
| YUV | 67.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 109 | 0.49 | 0.40 | 0 | 0.57 | 229.81 | 0.32 | 0.32 |
| Hex | 38 | 41 | 6D | 31 | 28 | 0 | 39 | E6 | 20 | 20 |
| Octal | 70 | 101 | 155 | 61 | 50 | 0 | 71 | 346 | 40 | 40 |
| Binary | 111000 | 1000001 | 1101101 | 110001 | 101000 | 0 | 111001 | 11100110 | 100000 | 100000 |
Color Harmonies of #38416D
Complementary color
Monochromatic Colors of #38416D
Black with #38416D
Text Example
Text Example
White with #38416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38416D; }
p { color: rgb(56,65,109); }
H1.HeaderClassName
{
color: #38416D;
}
.AnyTagClassName
{
color: #38416D;
}
</style>
background-color css
<style>
a { background-color: #38416D; }
a { background-color: rgb(56,65,109); }
div.DivClassName
{
background-color: #38416D;
}
.BgClassName
{
background-color: #38416D;
}
</style>
border-color css
<style>
span { border-color: #38416D; }
span { border-color: rgb(56,65,109); }
td.TdClassName
{
border-color: #38416D;
}
.TagClassName
{
border-color: #38416D;
}
</style>