Shades of Blue Chill #388585
Tints of Blue Chill #388585
RGB
CMYK
RGB Variations
Color information
#388585 (or 0x388585) is known color: Blue Chill. HEX triplet: 38, 85 and 85. RGB value is (56,133,133). Sum of RGB (Red+Green+Blue) = 56+133+133=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #388585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388585 is #C77A7A. Grayscale: #6D6D6D. Windows color (decimal): -13073019 or 8750392. OLE color: 8750392.
HSL color Cylindrical-coordinate representation of color #388585: hue angle of 180º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388585 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 133 | - |
| CMYK | 0.58 | 0 | 0 | 0.48 |
| HSL | 180º | 0.41% | 0.37% | - |
| HSV(B) | 180º | 0.58% | 0.52% | - |
| XYZ | 14.25 | 19.31 | 25.17 | - |
| YUV | 109.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 133 | 0.58 | 0 | 0 | 0.48 | 180 | 0.41 | 0.37 |
| Hex | 38 | 85 | 85 | 3A | 0 | 0 | 30 | B4 | 29 | 25 |
| Octal | 70 | 205 | 205 | 72 | 0 | 0 | 60 | 264 | 51 | 45 |
| Binary | 111000 | 10000101 | 10000101 | 111010 | 0 | 0 | 110000 | 10110100 | 101001 | 100101 |
Color Harmonies of #388585
Complementary color
Monochromatic Colors of #388585
Black with #388585
Text Example
Text Example
White with #388585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388585; }
p { color: rgb(56,133,133); }
H1.HeaderClassName
{
color: #388585;
}
.AnyTagClassName
{
color: #388585;
}
</style>
background-color css
<style>
a { background-color: #388585; }
a { background-color: rgb(56,133,133); }
div.DivClassName
{
background-color: #388585;
}
.BgClassName
{
background-color: #388585;
}
</style>
border-color css
<style>
span { border-color: #388585; }
span { border-color: rgb(56,133,133); }
td.TdClassName
{
border-color: #388585;
}
.TagClassName
{
border-color: #388585;
}
</style>