Shades of Port Gore #38426D
Tints of Port Gore #38426D
RGB
CMYK
RGB Variations
Color information
#38426D (or 0x38426D) is known color: Port Gore. HEX triplet: 38, 42 and 6D. RGB value is (56,66,109). Sum of RGB (Red+Green+Blue) = 56+66+109=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #38426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426D is #C7BD92. Grayscale: #434343. Windows color (decimal): -13090195 or 7160376. OLE color: 7160376.
HSL color Cylindrical-coordinate representation of color #38426D: hue angle of 228.68º 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 #38426D is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 66 | 109 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.57 |
| HSL | 228.68º | 0.32% | 0.32% | - |
| HSV(B) | 228.68º | 0.49% | 0.43% | - |
| XYZ | 6.34 | 5.84 | 15.26 | - |
| YUV | 67.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 109 | 0.49 | 0.39 | 0 | 0.57 | 228.68 | 0.32 | 0.32 |
| Hex | 38 | 42 | 6D | 31 | 27 | 0 | 39 | E5 | 20 | 20 |
| Octal | 70 | 102 | 155 | 61 | 47 | 0 | 71 | 345 | 40 | 40 |
| Binary | 111000 | 1000010 | 1101101 | 110001 | 100111 | 0 | 111001 | 11100101 | 100000 | 100000 |
Color Harmonies of #38426D
Complementary color
Monochromatic Colors of #38426D
Black with #38426D
Text Example
Text Example
White with #38426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38426D; }
p { color: rgb(56,66,109); }
H1.HeaderClassName
{
color: #38426D;
}
.AnyTagClassName
{
color: #38426D;
}
</style>
background-color css
<style>
a { background-color: #38426D; }
a { background-color: rgb(56,66,109); }
div.DivClassName
{
background-color: #38426D;
}
.BgClassName
{
background-color: #38426D;
}
</style>
border-color css
<style>
span { border-color: #38426D; }
span { border-color: rgb(56,66,109); }
td.TdClassName
{
border-color: #38426D;
}
.TagClassName
{
border-color: #38426D;
}
</style>