Shades of Port Gore #38466E
Tints of Port Gore #38466E
RGB
CMYK
RGB Variations
Color information
#38466E (or 0x38466E) is known color: Port Gore. HEX triplet: 38, 46 and 6E. RGB value is (56,70,110). Sum of RGB (Red+Green+Blue) = 56+70+110=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #38466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38466E is #C7B991. Grayscale: #464646. Windows color (decimal): -13089170 or 7226936. OLE color: 7226936.
HSL color Cylindrical-coordinate representation of color #38466E: hue angle of 224.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38466E is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 70 | 110 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.57 |
| HSL | 224.44º | 0.33% | 0.33% | - |
| HSV(B) | 224.44º | 0.49% | 0.43% | - |
| XYZ | 6.64 | 6.35 | 15.63 | - |
| YUV | 70.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 110 | 0.49 | 0.36 | 0 | 0.57 | 224.44 | 0.33 | 0.33 |
| Hex | 38 | 46 | 6E | 31 | 24 | 0 | 39 | E0 | 21 | 21 |
| Octal | 70 | 106 | 156 | 61 | 44 | 0 | 71 | 340 | 41 | 41 |
| Binary | 111000 | 1000110 | 1101110 | 110001 | 100100 | 0 | 111001 | 11100000 | 100001 | 100001 |
Color Harmonies of #38466E
Complementary color
Monochromatic Colors of #38466E
Black with #38466E
Text Example
Text Example
White with #38466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38466E; }
p { color: rgb(56,70,110); }
H1.HeaderClassName
{
color: #38466E;
}
.AnyTagClassName
{
color: #38466E;
}
</style>
background-color css
<style>
a { background-color: #38466E; }
a { background-color: rgb(56,70,110); }
div.DivClassName
{
background-color: #38466E;
}
.BgClassName
{
background-color: #38466E;
}
</style>
border-color css
<style>
span { border-color: #38466E; }
span { border-color: rgb(56,70,110); }
td.TdClassName
{
border-color: #38466E;
}
.TagClassName
{
border-color: #38466E;
}
</style>