Shades of Port Gore #383D6C
Tints of Port Gore #383D6C
RGB
CMYK
RGB Variations
Color information
#383D6C (or 0x383D6C) is known color: Port Gore. HEX triplet: 38, 3D and 6C. RGB value is (56,61,108). Sum of RGB (Red+Green+Blue) = 56+61+108=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #383D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D6C is #C7C293. Grayscale: #404040. Windows color (decimal): -13091476 or 7093560. OLE color: 7093560.
HSL color Cylindrical-coordinate representation of color #383D6C: hue angle of 234.23º 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 #383D6C is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 61 | 108 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.58 |
| HSL | 234.23º | 0.32% | 0.32% | - |
| HSV(B) | 234.23º | 0.48% | 0.42% | - |
| XYZ | 6.01 | 5.26 | 14.89 | - |
| YUV | 64.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 108 | 0.48 | 0.44 | 0 | 0.58 | 234.23 | 0.32 | 0.32 |
| Hex | 38 | 3D | 6C | 30 | 2C | 0 | 3A | EA | 20 | 20 |
| Octal | 70 | 75 | 154 | 60 | 54 | 0 | 72 | 352 | 40 | 40 |
| Binary | 111000 | 111101 | 1101100 | 110000 | 101100 | 0 | 111010 | 11101010 | 100000 | 100000 |
Color Harmonies of #383D6C
Complementary color
Monochromatic Colors of #383D6C
Black with #383D6C
Text Example
Text Example
White with #383D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D6C; }
p { color: rgb(56,61,108); }
H1.HeaderClassName
{
color: #383D6C;
}
.AnyTagClassName
{
color: #383D6C;
}
</style>
background-color css
<style>
a { background-color: #383D6C; }
a { background-color: rgb(56,61,108); }
div.DivClassName
{
background-color: #383D6C;
}
.BgClassName
{
background-color: #383D6C;
}
</style>
border-color css
<style>
span { border-color: #383D6C; }
span { border-color: rgb(56,61,108); }
td.TdClassName
{
border-color: #383D6C;
}
.TagClassName
{
border-color: #383D6C;
}
</style>