Shades of Port Gore #38406C
Tints of Port Gore #38406C
RGB
CMYK
RGB Variations
Color information
#38406C (or 0x38406C) is known color: Port Gore. HEX triplet: 38, 40 and 6C. RGB value is (56,64,108). Sum of RGB (Red+Green+Blue) = 56+64+108=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #38406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38406C is #C7BF93. Grayscale: #424242. Windows color (decimal): -13090708 or 7094328. OLE color: 7094328.
HSL color Cylindrical-coordinate representation of color #38406C: hue angle of 230.77º 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 #38406C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 64 | 108 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.58 |
| HSL | 230.77º | 0.32% | 0.32% | - |
| HSV(B) | 230.77º | 0.48% | 0.42% | - |
| XYZ | 6.17 | 5.59 | 14.94 | - |
| YUV | 66.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 108 | 0.48 | 0.41 | 0 | 0.58 | 230.77 | 0.32 | 0.32 |
| Hex | 38 | 40 | 6C | 30 | 29 | 0 | 3A | E7 | 20 | 20 |
| Octal | 70 | 100 | 154 | 60 | 51 | 0 | 72 | 347 | 40 | 40 |
| Binary | 111000 | 1000000 | 1101100 | 110000 | 101001 | 0 | 111010 | 11100111 | 100000 | 100000 |
Color Harmonies of #38406C
Complementary color
Monochromatic Colors of #38406C
Black with #38406C
Text Example
Text Example
White with #38406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38406C; }
p { color: rgb(56,64,108); }
H1.HeaderClassName
{
color: #38406C;
}
.AnyTagClassName
{
color: #38406C;
}
</style>
background-color css
<style>
a { background-color: #38406C; }
a { background-color: rgb(56,64,108); }
div.DivClassName
{
background-color: #38406C;
}
.BgClassName
{
background-color: #38406C;
}
</style>
border-color css
<style>
span { border-color: #38406C; }
span { border-color: rgb(56,64,108); }
td.TdClassName
{
border-color: #38406C;
}
.TagClassName
{
border-color: #38406C;
}
</style>