Shades of Blue Chill #38898B
Tints of Blue Chill #38898B
RGB
CMYK
RGB Variations
Color information
#38898B (or 0x38898B) is known color: Blue Chill. HEX triplet: 38, 89 and 8B. RGB value is (56,137,139). Sum of RGB (Red+Green+Blue) = 56+137+139=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #38898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38898B is #C77674. Grayscale: #707070. Windows color (decimal): -13071989 or 9144632. OLE color: 9144632.
HSL color Cylindrical-coordinate representation of color #38898B: hue angle of 181.45º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38898B is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 137 | 139 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.45 |
| HSL | 181.45º | 0.43% | 0.38% | - |
| HSV(B) | 181.45º | 0.6% | 0.55% | - |
| XYZ | 15.24 | 20.6 | 27.6 | - |
| YUV | 113.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 139 | 0.60 | 0.01 | 0 | 0.45 | 181.45 | 0.43 | 0.38 |
| Hex | 38 | 89 | 8B | 3C | 1 | 0 | 2D | B5 | 2B | 26 |
| Octal | 70 | 211 | 213 | 74 | 1 | 0 | 55 | 265 | 53 | 46 |
| Binary | 111000 | 10001001 | 10001011 | 111100 | 1 | 0 | 101101 | 10110101 | 101011 | 100110 |
Color Harmonies of #38898B
Complementary color
Monochromatic Colors of #38898B
Black with #38898B
Text Example
Text Example
White with #38898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38898B; }
p { color: rgb(56,137,139); }
H1.HeaderClassName
{
color: #38898B;
}
.AnyTagClassName
{
color: #38898B;
}
</style>
background-color css
<style>
a { background-color: #38898B; }
a { background-color: rgb(56,137,139); }
div.DivClassName
{
background-color: #38898B;
}
.BgClassName
{
background-color: #38898B;
}
</style>
border-color css
<style>
span { border-color: #38898B; }
span { border-color: rgb(56,137,139); }
td.TdClassName
{
border-color: #38898B;
}
.TagClassName
{
border-color: #38898B;
}
</style>