Shades of Blue Chill #388885
Tints of Blue Chill #388885
RGB
CMYK
RGB Variations
Color information
#388885 (or 0x388885) is known color: Blue Chill. HEX triplet: 38, 88 and 85. RGB value is (56,136,133). Sum of RGB (Red+Green+Blue) = 56+136+133=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #388885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388885 is #C7777A. Grayscale: #6F6F6F. Windows color (decimal): -13072251 or 8751160. OLE color: 8751160.
HSL color Cylindrical-coordinate representation of color #388885: hue angle of 177.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388885 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 133 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.47 |
| HSL | 177.75º | 0.42% | 0.38% | - |
| HSV(B) | 177.75º | 0.59% | 0.53% | - |
| XYZ | 14.67 | 20.14 | 25.31 | - |
| YUV | 111.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 133 | 0.59 | 0 | 0.02 | 0.47 | 177.75 | 0.42 | 0.38 |
| Hex | 38 | 88 | 85 | 3B | 0 | 2 | 2F | B2 | 2A | 26 |
| Octal | 70 | 210 | 205 | 73 | 0 | 2 | 57 | 262 | 52 | 46 |
| Binary | 111000 | 10001000 | 10000101 | 111011 | 0 | 10 | 101111 | 10110010 | 101010 | 100110 |
Color Harmonies of #388885
Complementary color
Monochromatic Colors of #388885
Black with #388885
Text Example
Text Example
White with #388885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388885; }
p { color: rgb(56,136,133); }
H1.HeaderClassName
{
color: #388885;
}
.AnyTagClassName
{
color: #388885;
}
</style>
background-color css
<style>
a { background-color: #388885; }
a { background-color: rgb(56,136,133); }
div.DivClassName
{
background-color: #388885;
}
.BgClassName
{
background-color: #388885;
}
</style>
border-color css
<style>
span { border-color: #388885; }
span { border-color: rgb(56,136,133); }
td.TdClassName
{
border-color: #388885;
}
.TagClassName
{
border-color: #388885;
}
</style>