Shades of Blue Chill #378893
Tints of Blue Chill #378893
RGB
CMYK
RGB Variations
Color information
#378893 (or 0x378893) is known color: Blue Chill. HEX triplet: 37, 88 and 93. RGB value is (55,136,147). Sum of RGB (Red+Green+Blue) = 55+136+147=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #378893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378893 is #C8776C. Grayscale: #707070. Windows color (decimal): -13137773 or 9668663. OLE color: 9668663.
HSL color Cylindrical-coordinate representation of color #378893: hue angle of 187.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378893 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 136 | 147 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.42 |
| HSL | 187.17º | 0.46% | 0.4% | - |
| HSV(B) | 187.17º | 0.63% | 0.58% | - |
| XYZ | 15.65 | 20.53 | 30.74 | - |
| YUV | 113.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 147 | 0.63 | 0.07 | 0 | 0.42 | 187.17 | 0.46 | 0.4 |
| Hex | 37 | 88 | 93 | 3F | 7 | 0 | 2A | BB | 2E | 28 |
| Octal | 67 | 210 | 223 | 77 | 7 | 0 | 52 | 273 | 56 | 50 |
| Binary | 110111 | 10001000 | 10010011 | 111111 | 111 | 0 | 101010 | 10111011 | 101110 | 101000 |
Color Harmonies of #378893
Complementary color
Monochromatic Colors of #378893
Black with #378893
Text Example
Text Example
White with #378893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378893; }
p { color: rgb(55,136,147); }
H1.HeaderClassName
{
color: #378893;
}
.AnyTagClassName
{
color: #378893;
}
</style>
background-color css
<style>
a { background-color: #378893; }
a { background-color: rgb(55,136,147); }
div.DivClassName
{
background-color: #378893;
}
.BgClassName
{
background-color: #378893;
}
</style>
border-color css
<style>
span { border-color: #378893; }
span { border-color: rgb(55,136,147); }
td.TdClassName
{
border-color: #378893;
}
.TagClassName
{
border-color: #378893;
}
</style>