Shades of Port Gore #383F6D
Tints of Port Gore #383F6D
RGB
CMYK
RGB Variations
Color information
#383F6D (or 0x383F6D) is known color: Port Gore. HEX triplet: 38, 3F and 6D. RGB value is (56,63,109). Sum of RGB (Red+Green+Blue) = 56+63+109=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #383F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F6D is #C7C092. Grayscale: #414141. Windows color (decimal): -13090963 or 7159608. OLE color: 7159608.
HSL color Cylindrical-coordinate representation of color #383F6D: hue angle of 232.08º 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 #383F6D is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 63 | 109 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.57 |
| HSL | 232.08º | 0.32% | 0.32% | - |
| HSV(B) | 232.08º | 0.49% | 0.43% | - |
| XYZ | 6.17 | 5.5 | 15.2 | - |
| YUV | 66.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 109 | 0.49 | 0.42 | 0 | 0.57 | 232.08 | 0.32 | 0.32 |
| Hex | 38 | 3F | 6D | 31 | 2A | 0 | 39 | E8 | 20 | 20 |
| Octal | 70 | 77 | 155 | 61 | 52 | 0 | 71 | 350 | 40 | 40 |
| Binary | 111000 | 111111 | 1101101 | 110001 | 101010 | 0 | 111001 | 11101000 | 100000 | 100000 |
Color Harmonies of #383F6D
Complementary color
Monochromatic Colors of #383F6D
Black with #383F6D
Text Example
Text Example
White with #383F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F6D; }
p { color: rgb(56,63,109); }
H1.HeaderClassName
{
color: #383F6D;
}
.AnyTagClassName
{
color: #383F6D;
}
</style>
background-color css
<style>
a { background-color: #383F6D; }
a { background-color: rgb(56,63,109); }
div.DivClassName
{
background-color: #383F6D;
}
.BgClassName
{
background-color: #383F6D;
}
</style>
border-color css
<style>
span { border-color: #383F6D; }
span { border-color: rgb(56,63,109); }
td.TdClassName
{
border-color: #383F6D;
}
.TagClassName
{
border-color: #383F6D;
}
</style>