Shades of Port Gore #38446D
Tints of Port Gore #38446D
RGB
CMYK
RGB Variations
Color information
#38446D (or 0x38446D) is known color: Port Gore. HEX triplet: 38, 44 and 6D. RGB value is (56,68,109). Sum of RGB (Red+Green+Blue) = 56+68+109=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #38446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38446D is #C7BB92. Grayscale: #444444. Windows color (decimal): -13089683 or 7160888. OLE color: 7160888.
HSL color Cylindrical-coordinate representation of color #38446D: hue angle of 226.42º 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 #38446D is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 68 | 109 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.57 |
| HSL | 226.42º | 0.32% | 0.32% | - |
| HSV(B) | 226.42º | 0.49% | 0.43% | - |
| XYZ | 6.46 | 6.08 | 15.3 | - |
| YUV | 69.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 109 | 0.49 | 0.38 | 0 | 0.57 | 226.42 | 0.32 | 0.32 |
| Hex | 38 | 44 | 6D | 31 | 26 | 0 | 39 | E2 | 20 | 20 |
| Octal | 70 | 104 | 155 | 61 | 46 | 0 | 71 | 342 | 40 | 40 |
| Binary | 111000 | 1000100 | 1101101 | 110001 | 100110 | 0 | 111001 | 11100010 | 100000 | 100000 |
Color Harmonies of #38446D
Complementary color
Monochromatic Colors of #38446D
Black with #38446D
Text Example
Text Example
White with #38446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38446D; }
p { color: rgb(56,68,109); }
H1.HeaderClassName
{
color: #38446D;
}
.AnyTagClassName
{
color: #38446D;
}
</style>
background-color css
<style>
a { background-color: #38446D; }
a { background-color: rgb(56,68,109); }
div.DivClassName
{
background-color: #38446D;
}
.BgClassName
{
background-color: #38446D;
}
</style>
border-color css
<style>
span { border-color: #38446D; }
span { border-color: rgb(56,68,109); }
td.TdClassName
{
border-color: #38446D;
}
.TagClassName
{
border-color: #38446D;
}
</style>