Shades of Big Stone #38444A
Tints of Big Stone #38444A
RGB
CMYK
RGB Variations
Color information
#38444A (or 0x38444A) is known color: Big Stone. HEX triplet: 38, 44 and 4A. RGB value is (56,68,74). Sum of RGB (Red+Green+Blue) = 56+68+74=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 74 - color contains mainly: blue. Hex color #38444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38444A is #C7BBB5. Grayscale: #414141. Windows color (decimal): -13089718 or 4867128. OLE color: 4867128.
HSL color Cylindrical-coordinate representation of color #38444A: hue angle of 200º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38444A is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 68 | 74 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.71 |
| HSL | 200º | 0.14% | 0.25% | - |
| HSV(B) | 200º | 0.24% | 0.29% | - |
| XYZ | 4.93 | 5.47 | 7.27 | - |
| YUV | 65.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 74 | 0.24 | 0.08 | 0 | 0.71 | 200 | 0.14 | 0.25 |
| Hex | 38 | 44 | 4A | 18 | 8 | 0 | 47 | C8 | E | 19 |
| Octal | 70 | 104 | 112 | 30 | 10 | 0 | 107 | 310 | 16 | 31 |
| Binary | 111000 | 1000100 | 1001010 | 11000 | 1000 | 0 | 1000111 | 11001000 | 1110 | 11001 |
Color Harmonies of #38444A
Complementary color
Monochromatic Colors of #38444A
Black with #38444A
Text Example
Text Example
White with #38444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38444A; }
p { color: rgb(56,68,74); }
H1.HeaderClassName
{
color: #38444A;
}
.AnyTagClassName
{
color: #38444A;
}
</style>
background-color css
<style>
a { background-color: #38444A; }
a { background-color: rgb(56,68,74); }
div.DivClassName
{
background-color: #38444A;
}
.BgClassName
{
background-color: #38444A;
}
</style>
border-color css
<style>
span { border-color: #38444A; }
span { border-color: rgb(56,68,74); }
td.TdClassName
{
border-color: #38444A;
}
.TagClassName
{
border-color: #38444A;
}
</style>