Shades of Blue Chill #388588
Tints of Blue Chill #388588
RGB
CMYK
RGB Variations
Color information
#388588 (or 0x388588) is known color: Blue Chill. HEX triplet: 38, 85 and 88. RGB value is (56,133,136). Sum of RGB (Red+Green+Blue) = 56+133+136=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #388588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388588 is #C77A77. Grayscale: #6E6E6E. Windows color (decimal): -13073016 or 8947000. OLE color: 8947000.
HSL color Cylindrical-coordinate representation of color #388588: hue angle of 182.25º 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 #388588 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 133 | 136 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.47 |
| HSL | 182.25º | 0.42% | 0.38% | - |
| HSV(B) | 182.25º | 0.59% | 0.53% | - |
| XYZ | 14.46 | 19.39 | 26.27 | - |
| YUV | 110.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 136 | 0.59 | 0.02 | 0 | 0.47 | 182.25 | 0.42 | 0.38 |
| Hex | 38 | 85 | 88 | 3B | 2 | 0 | 2F | B6 | 2A | 26 |
| Octal | 70 | 205 | 210 | 73 | 2 | 0 | 57 | 266 | 52 | 46 |
| Binary | 111000 | 10000101 | 10001000 | 111011 | 10 | 0 | 101111 | 10110110 | 101010 | 100110 |
Color Harmonies of #388588
Complementary color
Monochromatic Colors of #388588
Black with #388588
Text Example
Text Example
White with #388588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388588; }
p { color: rgb(56,133,136); }
H1.HeaderClassName
{
color: #388588;
}
.AnyTagClassName
{
color: #388588;
}
</style>
background-color css
<style>
a { background-color: #388588; }
a { background-color: rgb(56,133,136); }
div.DivClassName
{
background-color: #388588;
}
.BgClassName
{
background-color: #388588;
}
</style>
border-color css
<style>
span { border-color: #388588; }
span { border-color: rgb(56,133,136); }
td.TdClassName
{
border-color: #388588;
}
.TagClassName
{
border-color: #388588;
}
</style>