Shades of Port Gore #383E6A
Tints of Port Gore #383E6A
RGB
CMYK
RGB Variations
Color information
#383E6A (or 0x383E6A) is known color: Port Gore. HEX triplet: 38, 3E and 6A. RGB value is (56,62,106). Sum of RGB (Red+Green+Blue) = 56+62+106=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #383E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E6A is #C7C195. Grayscale: #414141. Windows color (decimal): -13091222 or 6962744. OLE color: 6962744.
HSL color Cylindrical-coordinate representation of color #383E6A: hue angle of 232.8º 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 #383E6A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 62 | 106 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.58 |
| HSL | 232.8º | 0.31% | 0.32% | - |
| HSV(B) | 232.8º | 0.47% | 0.42% | - |
| XYZ | 5.96 | 5.33 | 14.35 | - |
| YUV | 65.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 106 | 0.47 | 0.42 | 0 | 0.58 | 232.8 | 0.31 | 0.32 |
| Hex | 38 | 3E | 6A | 2F | 2A | 0 | 3A | E9 | 1F | 20 |
| Octal | 70 | 76 | 152 | 57 | 52 | 0 | 72 | 351 | 37 | 40 |
| Binary | 111000 | 111110 | 1101010 | 101111 | 101010 | 0 | 111010 | 11101001 | 11111 | 100000 |
Color Harmonies of #383E6A
Complementary color
Monochromatic Colors of #383E6A
Black with #383E6A
Text Example
Text Example
White with #383E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E6A; }
p { color: rgb(56,62,106); }
H1.HeaderClassName
{
color: #383E6A;
}
.AnyTagClassName
{
color: #383E6A;
}
</style>
background-color css
<style>
a { background-color: #383E6A; }
a { background-color: rgb(56,62,106); }
div.DivClassName
{
background-color: #383E6A;
}
.BgClassName
{
background-color: #383E6A;
}
</style>
border-color css
<style>
span { border-color: #383E6A; }
span { border-color: rgb(56,62,106); }
td.TdClassName
{
border-color: #383E6A;
}
.TagClassName
{
border-color: #383E6A;
}
</style>