Shades of Blue Chill #379993
Tints of Blue Chill #379993
RGB
CMYK
RGB Variations
Color information
#379993 (or 0x379993) is known color: Blue Chill. HEX triplet: 37, 99 and 93. RGB value is (55,153,147). Sum of RGB (Red+Green+Blue) = 55+153+147=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #379993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379993 is #C8666C. Grayscale: #7A7A7A. Windows color (decimal): -13133421 or 9673015. OLE color: 9673015.
HSL color Cylindrical-coordinate representation of color #379993: hue angle of 176.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379993 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 147 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.4 |
| HSL | 176.33º | 0.47% | 0.41% | - |
| HSV(B) | 176.33º | 0.64% | 0.6% | - |
| XYZ | 18.23 | 25.7 | 31.6 | - |
| YUV | 123.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 147 | 0.64 | 0 | 0.04 | 0.4 | 176.33 | 0.47 | 0.41 |
| Hex | 37 | 99 | 93 | 40 | 0 | 4 | 28 | B0 | 2F | 29 |
| Octal | 67 | 231 | 223 | 100 | 0 | 4 | 50 | 260 | 57 | 51 |
| Binary | 110111 | 10011001 | 10010011 | 1000000 | 0 | 100 | 101000 | 10110000 | 101111 | 101001 |
Color Harmonies of #379993
Complementary color
Monochromatic Colors of #379993
Black with #379993
Text Example
Text Example
White with #379993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379993; }
p { color: rgb(55,153,147); }
H1.HeaderClassName
{
color: #379993;
}
.AnyTagClassName
{
color: #379993;
}
</style>
background-color css
<style>
a { background-color: #379993; }
a { background-color: rgb(55,153,147); }
div.DivClassName
{
background-color: #379993;
}
.BgClassName
{
background-color: #379993;
}
</style>
border-color css
<style>
span { border-color: #379993; }
span { border-color: rgb(55,153,147); }
td.TdClassName
{
border-color: #379993;
}
.TagClassName
{
border-color: #379993;
}
</style>