Shades of Blue Chill #388690
Tints of Blue Chill #388690
RGB
CMYK
RGB Variations
Color information
#388690 (or 0x388690) is known color: Blue Chill. HEX triplet: 38, 86 and 90. RGB value is (56,134,144). Sum of RGB (Red+Green+Blue) = 56+134+144=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #388690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388690 is #C7796F. Grayscale: #6F6F6F. Windows color (decimal): -13072752 or 9471544. OLE color: 9471544.
HSL color Cylindrical-coordinate representation of color #388690: hue angle of 186.82º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388690 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 134 | 144 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.44 |
| HSL | 186.82º | 0.44% | 0.39% | - |
| HSV(B) | 186.82º | 0.61% | 0.56% | - |
| XYZ | 15.19 | 19.9 | 29.43 | - |
| YUV | 111.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 144 | 0.61 | 0.07 | 0 | 0.44 | 186.82 | 0.44 | 0.39 |
| Hex | 38 | 86 | 90 | 3D | 7 | 0 | 2C | BB | 2C | 27 |
| Octal | 70 | 206 | 220 | 75 | 7 | 0 | 54 | 273 | 54 | 47 |
| Binary | 111000 | 10000110 | 10010000 | 111101 | 111 | 0 | 101100 | 10111011 | 101100 | 100111 |
Color Harmonies of #388690
Complementary color
Monochromatic Colors of #388690
Black with #388690
Text Example
Text Example
White with #388690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388690; }
p { color: rgb(56,134,144); }
H1.HeaderClassName
{
color: #388690;
}
.AnyTagClassName
{
color: #388690;
}
</style>
background-color css
<style>
a { background-color: #388690; }
a { background-color: rgb(56,134,144); }
div.DivClassName
{
background-color: #388690;
}
.BgClassName
{
background-color: #388690;
}
</style>
border-color css
<style>
span { border-color: #388690; }
span { border-color: rgb(56,134,144); }
td.TdClassName
{
border-color: #388690;
}
.TagClassName
{
border-color: #388690;
}
</style>