Shades of Gossamer #38968B
Tints of Gossamer #38968B
RGB
CMYK
RGB Variations
Color information
#38968B (or 0x38968B) is known color: Gossamer. HEX triplet: 38, 96 and 8B. RGB value is (56,150,139). Sum of RGB (Red+Green+Blue) = 56+150+139=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #38968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38968B is #C76974. Grayscale: #787878. Windows color (decimal): -13068661 or 9147960. OLE color: 9147960.
HSL color Cylindrical-coordinate representation of color #38968B: hue angle of 172.98º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38968B is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 139 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.41 |
| HSL | 172.98º | 0.46% | 0.4% | - |
| HSV(B) | 172.98º | 0.63% | 0.59% | - |
| XYZ | 17.2 | 24.52 | 28.25 | - |
| YUV | 120.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 139 | 0.63 | 0 | 0.07 | 0.41 | 172.98 | 0.46 | 0.4 |
| Hex | 38 | 96 | 8B | 3F | 0 | 7 | 29 | AD | 2E | 28 |
| Octal | 70 | 226 | 213 | 77 | 0 | 7 | 51 | 255 | 56 | 50 |
| Binary | 111000 | 10010110 | 10001011 | 111111 | 0 | 111 | 101001 | 10101101 | 101110 | 101000 |
Color Harmonies of #38968B
Complementary color
Monochromatic Colors of #38968B
Black with #38968B
Text Example
Text Example
White with #38968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38968B; }
p { color: rgb(56,150,139); }
H1.HeaderClassName
{
color: #38968B;
}
.AnyTagClassName
{
color: #38968B;
}
</style>
background-color css
<style>
a { background-color: #38968B; }
a { background-color: rgb(56,150,139); }
div.DivClassName
{
background-color: #38968B;
}
.BgClassName
{
background-color: #38968B;
}
</style>
border-color css
<style>
span { border-color: #38968B; }
span { border-color: rgb(56,150,139); }
td.TdClassName
{
border-color: #38968B;
}
.TagClassName
{
border-color: #38968B;
}
</style>