Shades of Blue Chill #388990
Tints of Blue Chill #388990
RGB
CMYK
RGB Variations
Color information
#388990 (or 0x388990) is known color: Blue Chill. HEX triplet: 38, 89 and 90. RGB value is (56,137,144). Sum of RGB (Red+Green+Blue) = 56+137+144=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #388990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388990 is #C7766F. Grayscale: #717171. Windows color (decimal): -13071984 or 9472312. OLE color: 9472312.
HSL color Cylindrical-coordinate representation of color #388990: hue angle of 184.77º 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 #388990 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 137 | 144 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.44 |
| HSL | 184.77º | 0.44% | 0.39% | - |
| HSV(B) | 184.77º | 0.61% | 0.56% | - |
| XYZ | 15.61 | 20.75 | 29.57 | - |
| YUV | 113.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 144 | 0.61 | 0.05 | 0 | 0.44 | 184.77 | 0.44 | 0.39 |
| Hex | 38 | 89 | 90 | 3D | 5 | 0 | 2C | B9 | 2C | 27 |
| Octal | 70 | 211 | 220 | 75 | 5 | 0 | 54 | 271 | 54 | 47 |
| Binary | 111000 | 10001001 | 10010000 | 111101 | 101 | 0 | 101100 | 10111001 | 101100 | 100111 |
Color Harmonies of #388990
Complementary color
Monochromatic Colors of #388990
Black with #388990
Text Example
Text Example
White with #388990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388990; }
p { color: rgb(56,137,144); }
H1.HeaderClassName
{
color: #388990;
}
.AnyTagClassName
{
color: #388990;
}
</style>
background-color css
<style>
a { background-color: #388990; }
a { background-color: rgb(56,137,144); }
div.DivClassName
{
background-color: #388990;
}
.BgClassName
{
background-color: #388990;
}
</style>
border-color css
<style>
span { border-color: #388990; }
span { border-color: rgb(56,137,144); }
td.TdClassName
{
border-color: #388990;
}
.TagClassName
{
border-color: #388990;
}
</style>