Shades of Blue Chill #398C90
Tints of Blue Chill #398C90
RGB
CMYK
RGB Variations
Color information
#398C90 (or 0x398C90) is known color: Blue Chill. HEX triplet: 39, 8C and 90. RGB value is (57,140,144). Sum of RGB (Red+Green+Blue) = 57+140+144=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #398C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C90 is #C6736F. Grayscale: #737373. Windows color (decimal): -13005680 or 9473081. OLE color: 9473081.
HSL color Cylindrical-coordinate representation of color #398C90: hue angle of 182.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398C90 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 140 | 144 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.44 |
| HSL | 182.76º | 0.43% | 0.39% | - |
| HSV(B) | 182.76º | 0.6% | 0.56% | - |
| XYZ | 16.1 | 21.64 | 29.71 | - |
| YUV | 115.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 144 | 0.60 | 0.03 | 0 | 0.44 | 182.76 | 0.43 | 0.39 |
| Hex | 39 | 8C | 90 | 3C | 3 | 0 | 2C | B7 | 2B | 27 |
| Octal | 71 | 214 | 220 | 74 | 3 | 0 | 54 | 267 | 53 | 47 |
| Binary | 111001 | 10001100 | 10010000 | 111100 | 11 | 0 | 101100 | 10110111 | 101011 | 100111 |
Color Harmonies of #398C90
Complementary color
Monochromatic Colors of #398C90
Black with #398C90
Text Example
Text Example
White with #398C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C90; }
p { color: rgb(57,140,144); }
H1.HeaderClassName
{
color: #398C90;
}
.AnyTagClassName
{
color: #398C90;
}
</style>
background-color css
<style>
a { background-color: #398C90; }
a { background-color: rgb(57,140,144); }
div.DivClassName
{
background-color: #398C90;
}
.BgClassName
{
background-color: #398C90;
}
</style>
border-color css
<style>
span { border-color: #398C90; }
span { border-color: rgb(57,140,144); }
td.TdClassName
{
border-color: #398C90;
}
.TagClassName
{
border-color: #398C90;
}
</style>