Shades of Blue Chill #388783
Tints of Blue Chill #388783
RGB
CMYK
RGB Variations
Color information
#388783 (or 0x388783) is known color: Blue Chill. HEX triplet: 38, 87 and 83. RGB value is (56,135,131). Sum of RGB (Red+Green+Blue) = 56+135+131=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #388783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388783 is #C7787C. Grayscale: #6E6E6E. Windows color (decimal): -13072509 or 8619832. OLE color: 8619832.
HSL color Cylindrical-coordinate representation of color #388783: hue angle of 176.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388783 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 131 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.47 |
| HSL | 176.96º | 0.41% | 0.37% | - |
| HSV(B) | 176.96º | 0.59% | 0.53% | - |
| XYZ | 14.39 | 19.81 | 24.54 | - |
| YUV | 110.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 131 | 0.59 | 0 | 0.03 | 0.47 | 176.96 | 0.41 | 0.37 |
| Hex | 38 | 87 | 83 | 3B | 0 | 3 | 2F | B1 | 29 | 25 |
| Octal | 70 | 207 | 203 | 73 | 0 | 3 | 57 | 261 | 51 | 45 |
| Binary | 111000 | 10000111 | 10000011 | 111011 | 0 | 11 | 101111 | 10110001 | 101001 | 100101 |
Color Harmonies of #388783
Complementary color
Monochromatic Colors of #388783
Black with #388783
Text Example
Text Example
White with #388783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388783; }
p { color: rgb(56,135,131); }
H1.HeaderClassName
{
color: #388783;
}
.AnyTagClassName
{
color: #388783;
}
</style>
background-color css
<style>
a { background-color: #388783; }
a { background-color: rgb(56,135,131); }
div.DivClassName
{
background-color: #388783;
}
.BgClassName
{
background-color: #388783;
}
</style>
border-color css
<style>
span { border-color: #388783; }
span { border-color: rgb(56,135,131); }
td.TdClassName
{
border-color: #388783;
}
.TagClassName
{
border-color: #388783;
}
</style>