Shades of Blue Chill #378A8A
Tints of Blue Chill #378A8A
RGB
CMYK
RGB Variations
Color information
#378A8A (or 0x378A8A) is known color: Blue Chill. HEX triplet: 37, 8A and 8A. RGB value is (55,138,138). Sum of RGB (Red+Green+Blue) = 55+138+138=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #378A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A8A is #C87575. Grayscale: #717171. Windows color (decimal): -13137270 or 9079351. OLE color: 9079351.
HSL color Cylindrical-coordinate representation of color #378A8A: hue angle of 180º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A8A is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 138 | - |
| CMYK | 0.60 | 0 | 0 | 0.46 |
| HSL | 180º | 0.43% | 0.38% | - |
| HSV(B) | 180º | 0.6% | 0.54% | - |
| XYZ | 15.25 | 20.82 | 27.26 | - |
| YUV | 113.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 138 | 0.60 | 0 | 0 | 0.46 | 180 | 0.43 | 0.38 |
| Hex | 37 | 8A | 8A | 3C | 0 | 0 | 2E | B4 | 2B | 26 |
| Octal | 67 | 212 | 212 | 74 | 0 | 0 | 56 | 264 | 53 | 46 |
| Binary | 110111 | 10001010 | 10001010 | 111100 | 0 | 0 | 101110 | 10110100 | 101011 | 100110 |
Color Harmonies of #378A8A
Complementary color
Monochromatic Colors of #378A8A
Black with #378A8A
Text Example
Text Example
White with #378A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A8A; }
p { color: rgb(55,138,138); }
H1.HeaderClassName
{
color: #378A8A;
}
.AnyTagClassName
{
color: #378A8A;
}
</style>
background-color css
<style>
a { background-color: #378A8A; }
a { background-color: rgb(55,138,138); }
div.DivClassName
{
background-color: #378A8A;
}
.BgClassName
{
background-color: #378A8A;
}
</style>
border-color css
<style>
span { border-color: #378A8A; }
span { border-color: rgb(55,138,138); }
td.TdClassName
{
border-color: #378A8A;
}
.TagClassName
{
border-color: #378A8A;
}
</style>