Shades of Blue Chill #38868A
Tints of Blue Chill #38868A
RGB
CMYK
RGB Variations
Color information
#38868A (or 0x38868A) is known color: Blue Chill. HEX triplet: 38, 86 and 8A. RGB value is (56,134,138). Sum of RGB (Red+Green+Blue) = 56+134+138=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #38868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38868A is #C77975. Grayscale: #6F6F6F. Windows color (decimal): -13072758 or 9078328. OLE color: 9078328.
HSL color Cylindrical-coordinate representation of color #38868A: hue angle of 182.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38868A is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 134 | 138 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.46 |
| HSL | 182.93º | 0.42% | 0.38% | - |
| HSV(B) | 182.93º | 0.59% | 0.54% | - |
| XYZ | 14.74 | 19.73 | 27.08 | - |
| YUV | 111.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 138 | 0.59 | 0.03 | 0 | 0.46 | 182.93 | 0.42 | 0.38 |
| Hex | 38 | 86 | 8A | 3B | 3 | 0 | 2E | B7 | 2A | 26 |
| Octal | 70 | 206 | 212 | 73 | 3 | 0 | 56 | 267 | 52 | 46 |
| Binary | 111000 | 10000110 | 10001010 | 111011 | 11 | 0 | 101110 | 10110111 | 101010 | 100110 |
Color Harmonies of #38868A
Complementary color
Monochromatic Colors of #38868A
Black with #38868A
Text Example
Text Example
White with #38868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38868A; }
p { color: rgb(56,134,138); }
H1.HeaderClassName
{
color: #38868A;
}
.AnyTagClassName
{
color: #38868A;
}
</style>
background-color css
<style>
a { background-color: #38868A; }
a { background-color: rgb(56,134,138); }
div.DivClassName
{
background-color: #38868A;
}
.BgClassName
{
background-color: #38868A;
}
</style>
border-color css
<style>
span { border-color: #38868A; }
span { border-color: rgb(56,134,138); }
td.TdClassName
{
border-color: #38868A;
}
.TagClassName
{
border-color: #38868A;
}
</style>