Shades of Port Gore #38436C
Tints of Port Gore #38436C
RGB
CMYK
RGB Variations
Color information
#38436C (or 0x38436C) is known color: Port Gore. HEX triplet: 38, 43 and 6C. RGB value is (56,67,108). Sum of RGB (Red+Green+Blue) = 56+67+108=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #38436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38436C is #C7BC93. Grayscale: #444444. Windows color (decimal): -13089940 or 7095096. OLE color: 7095096.
HSL color Cylindrical-coordinate representation of color #38436C: hue angle of 227.31º 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 #38436C is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 67 | 108 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.58 |
| HSL | 227.31º | 0.32% | 0.32% | - |
| HSV(B) | 227.31º | 0.48% | 0.42% | - |
| XYZ | 6.34 | 5.94 | 15 | - |
| YUV | 68.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 108 | 0.48 | 0.38 | 0 | 0.58 | 227.31 | 0.32 | 0.32 |
| Hex | 38 | 43 | 6C | 30 | 26 | 0 | 3A | E3 | 20 | 20 |
| Octal | 70 | 103 | 154 | 60 | 46 | 0 | 72 | 343 | 40 | 40 |
| Binary | 111000 | 1000011 | 1101100 | 110000 | 100110 | 0 | 111010 | 11100011 | 100000 | 100000 |
Color Harmonies of #38436C
Complementary color
Monochromatic Colors of #38436C
Black with #38436C
Text Example
Text Example
White with #38436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38436C; }
p { color: rgb(56,67,108); }
H1.HeaderClassName
{
color: #38436C;
}
.AnyTagClassName
{
color: #38436C;
}
</style>
background-color css
<style>
a { background-color: #38436C; }
a { background-color: rgb(56,67,108); }
div.DivClassName
{
background-color: #38436C;
}
.BgClassName
{
background-color: #38436C;
}
</style>
border-color css
<style>
span { border-color: #38436C; }
span { border-color: rgb(56,67,108); }
td.TdClassName
{
border-color: #38436C;
}
.TagClassName
{
border-color: #38436C;
}
</style>