Shades of Port Gore #383D6A
Tints of Port Gore #383D6A
RGB
CMYK
RGB Variations
Color information
#383D6A (or 0x383D6A) is known color: Port Gore. HEX triplet: 38, 3D and 6A. RGB value is (56,61,106). Sum of RGB (Red+Green+Blue) = 56+61+106=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #383D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D6A is #C7C295. Grayscale: #404040. Windows color (decimal): -13091478 or 6962488. OLE color: 6962488.
HSL color Cylindrical-coordinate representation of color #383D6A: hue angle of 234º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383D6A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 61 | 106 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.58 |
| HSL | 234º | 0.31% | 0.32% | - |
| HSV(B) | 234º | 0.47% | 0.42% | - |
| XYZ | 5.9 | 5.22 | 14.33 | - |
| YUV | 64.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 106 | 0.47 | 0.42 | 0 | 0.58 | 234 | 0.31 | 0.32 |
| Hex | 38 | 3D | 6A | 2F | 2A | 0 | 3A | EA | 1F | 20 |
| Octal | 70 | 75 | 152 | 57 | 52 | 0 | 72 | 352 | 37 | 40 |
| Binary | 111000 | 111101 | 1101010 | 101111 | 101010 | 0 | 111010 | 11101010 | 11111 | 100000 |
Color Harmonies of #383D6A
Complementary color
Monochromatic Colors of #383D6A
Black with #383D6A
Text Example
Text Example
White with #383D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D6A; }
p { color: rgb(56,61,106); }
H1.HeaderClassName
{
color: #383D6A;
}
.AnyTagClassName
{
color: #383D6A;
}
</style>
background-color css
<style>
a { background-color: #383D6A; }
a { background-color: rgb(56,61,106); }
div.DivClassName
{
background-color: #383D6A;
}
.BgClassName
{
background-color: #383D6A;
}
</style>
border-color css
<style>
span { border-color: #383D6A; }
span { border-color: rgb(56,61,106); }
td.TdClassName
{
border-color: #383D6A;
}
.TagClassName
{
border-color: #383D6A;
}
</style>