Shades of Blue Chill #389C9C
Tints of Blue Chill #389C9C
RGB
CMYK
RGB Variations
Color information
#389C9C (or 0x389C9C) is known color: Blue Chill. HEX triplet: 38, 9C and 9C. RGB value is (56,156,156). Sum of RGB (Red+Green+Blue) = 56+156+156=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #389C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C9C is #C76363. Grayscale: #7D7D7D. Windows color (decimal): -13067108 or 10263608. OLE color: 10263608.
HSL color Cylindrical-coordinate representation of color #389C9C: hue angle of 180º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C9C is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 156 | - |
| CMYK | 0.64 | 0 | 0 | 0.39 |
| HSL | 180º | 0.47% | 0.42% | - |
| HSV(B) | 180º | 0.64% | 0.61% | - |
| XYZ | 19.52 | 27.02 | 35.64 | - |
| YUV | 126.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 156 | 0.64 | 0 | 0 | 0.39 | 180 | 0.47 | 0.42 |
| Hex | 38 | 9C | 9C | 40 | 0 | 0 | 27 | B4 | 2F | 2A |
| Octal | 70 | 234 | 234 | 100 | 0 | 0 | 47 | 264 | 57 | 52 |
| Binary | 111000 | 10011100 | 10011100 | 1000000 | 0 | 0 | 100111 | 10110100 | 101111 | 101010 |
Color Harmonies of #389C9C
Complementary color
Monochromatic Colors of #389C9C
Black with #389C9C
Text Example
Text Example
White with #389C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C9C; }
p { color: rgb(56,156,156); }
H1.HeaderClassName
{
color: #389C9C;
}
.AnyTagClassName
{
color: #389C9C;
}
</style>
background-color css
<style>
a { background-color: #389C9C; }
a { background-color: rgb(56,156,156); }
div.DivClassName
{
background-color: #389C9C;
}
.BgClassName
{
background-color: #389C9C;
}
</style>
border-color css
<style>
span { border-color: #389C9C; }
span { border-color: rgb(56,156,156); }
td.TdClassName
{
border-color: #389C9C;
}
.TagClassName
{
border-color: #389C9C;
}
</style>