Shades of Port Gore #38416C
Tints of Port Gore #38416C
RGB
CMYK
RGB Variations
Color information
#38416C (or 0x38416C) is known color: Port Gore. HEX triplet: 38, 41 and 6C. RGB value is (56,65,108). Sum of RGB (Red+Green+Blue) = 56+65+108=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #38416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416C is #C7BE93. Grayscale: #434343. Windows color (decimal): -13090452 or 7094584. OLE color: 7094584.
HSL color Cylindrical-coordinate representation of color #38416C: hue angle of 229.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38416C is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 65 | 108 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.58 |
| HSL | 229.62º | 0.32% | 0.32% | - |
| HSV(B) | 229.62º | 0.48% | 0.42% | - |
| XYZ | 6.23 | 5.7 | 14.96 | - |
| YUV | 67.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 108 | 0.48 | 0.40 | 0 | 0.58 | 229.62 | 0.32 | 0.32 |
| Hex | 38 | 41 | 6C | 30 | 28 | 0 | 3A | E6 | 20 | 20 |
| Octal | 70 | 101 | 154 | 60 | 50 | 0 | 72 | 346 | 40 | 40 |
| Binary | 111000 | 1000001 | 1101100 | 110000 | 101000 | 0 | 111010 | 11100110 | 100000 | 100000 |
Color Harmonies of #38416C
Complementary color
Monochromatic Colors of #38416C
Black with #38416C
Text Example
Text Example
White with #38416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38416C; }
p { color: rgb(56,65,108); }
H1.HeaderClassName
{
color: #38416C;
}
.AnyTagClassName
{
color: #38416C;
}
</style>
background-color css
<style>
a { background-color: #38416C; }
a { background-color: rgb(56,65,108); }
div.DivClassName
{
background-color: #38416C;
}
.BgClassName
{
background-color: #38416C;
}
</style>
border-color css
<style>
span { border-color: #38416C; }
span { border-color: rgb(56,65,108); }
td.TdClassName
{
border-color: #38416C;
}
.TagClassName
{
border-color: #38416C;
}
</style>