Shades of Blue Chill #38868C
Tints of Blue Chill #38868C
RGB
CMYK
RGB Variations
Color information
#38868C (or 0x38868C) is known color: Blue Chill. HEX triplet: 38, 86 and 8C. RGB value is (56,134,140). Sum of RGB (Red+Green+Blue) = 56+134+140=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #38868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38868C is #C77973. Grayscale: #6F6F6F. Windows color (decimal): -13072756 or 9209400. OLE color: 9209400.
HSL color Cylindrical-coordinate representation of color #38868C: hue angle of 184.29º 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 #38868C is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 134 | 140 | - |
| CMYK | 0.6 | 0.04 | 0 | 0.45 |
| HSL | 184.29º | 0.43% | 0.38% | - |
| HSV(B) | 184.29º | 0.6% | 0.55% | - |
| XYZ | 14.89 | 19.78 | 27.84 | - |
| YUV | 111.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 140 | 0.6 | 0.04 | 0 | 0.45 | 184.29 | 0.43 | 0.38 |
| Hex | 38 | 86 | 8C | 3C | 4 | 0 | 2D | B8 | 2B | 26 |
| Octal | 70 | 206 | 214 | 74 | 4 | 0 | 55 | 270 | 53 | 46 |
| Binary | 111000 | 10000110 | 10001100 | 111100 | 100 | 0 | 101101 | 10111000 | 101011 | 100110 |
Color Harmonies of #38868C
Complementary color
Monochromatic Colors of #38868C
Black with #38868C
Text Example
Text Example
White with #38868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38868C; }
p { color: rgb(56,134,140); }
H1.HeaderClassName
{
color: #38868C;
}
.AnyTagClassName
{
color: #38868C;
}
</style>
background-color css
<style>
a { background-color: #38868C; }
a { background-color: rgb(56,134,140); }
div.DivClassName
{
background-color: #38868C;
}
.BgClassName
{
background-color: #38868C;
}
</style>
border-color css
<style>
span { border-color: #38868C; }
span { border-color: rgb(56,134,140); }
td.TdClassName
{
border-color: #38868C;
}
.TagClassName
{
border-color: #38868C;
}
</style>