Shades of Port Gore #38416B
Tints of Port Gore #38416B
RGB
CMYK
RGB Variations
Color information
#38416B (or 0x38416B) is known color: Port Gore. HEX triplet: 38, 41 and 6B. RGB value is (56,65,107). Sum of RGB (Red+Green+Blue) = 56+65+107=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #38416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416B is #C7BE94. Grayscale: #424242. Windows color (decimal): -13090453 or 7029048. OLE color: 7029048.
HSL color Cylindrical-coordinate representation of color #38416B: hue angle of 229.41º degrees, saturation: 0.31, 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 #38416B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 65 | 107 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.58 |
| HSL | 229.41º | 0.31% | 0.32% | - |
| HSV(B) | 229.41º | 0.48% | 0.42% | - |
| XYZ | 6.18 | 5.68 | 14.68 | - |
| YUV | 67.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 107 | 0.48 | 0.39 | 0 | 0.58 | 229.41 | 0.31 | 0.32 |
| Hex | 38 | 41 | 6B | 30 | 27 | 0 | 3A | E5 | 1F | 20 |
| Octal | 70 | 101 | 153 | 60 | 47 | 0 | 72 | 345 | 37 | 40 |
| Binary | 111000 | 1000001 | 1101011 | 110000 | 100111 | 0 | 111010 | 11100101 | 11111 | 100000 |
Color Harmonies of #38416B
Complementary color
Monochromatic Colors of #38416B
Black with #38416B
Text Example
Text Example
White with #38416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38416B; }
p { color: rgb(56,65,107); }
H1.HeaderClassName
{
color: #38416B;
}
.AnyTagClassName
{
color: #38416B;
}
</style>
background-color css
<style>
a { background-color: #38416B; }
a { background-color: rgb(56,65,107); }
div.DivClassName
{
background-color: #38416B;
}
.BgClassName
{
background-color: #38416B;
}
</style>
border-color css
<style>
span { border-color: #38416B; }
span { border-color: rgb(56,65,107); }
td.TdClassName
{
border-color: #38416B;
}
.TagClassName
{
border-color: #38416B;
}
</style>