Shades of Blue Chill #398A8A
Tints of Blue Chill #398A8A
RGB
CMYK
RGB Variations
Color information
#398A8A (or 0x398A8A) is known color: Blue Chill. HEX triplet: 39, 8A and 8A. RGB value is (57,138,138). Sum of RGB (Red+Green+Blue) = 57+138+138=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #398A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A8A is #C67575. Grayscale: #717171. Windows color (decimal): -13006198 or 9079353. OLE color: 9079353.
HSL color Cylindrical-coordinate representation of color #398A8A: hue angle of 180º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A8A is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 138 | - |
| CMYK | 0.59 | 0 | 0 | 0.46 |
| HSL | 180º | 0.42% | 0.38% | - |
| HSV(B) | 180º | 0.59% | 0.54% | - |
| XYZ | 15.36 | 20.88 | 27.27 | - |
| YUV | 113.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 138 | 0.59 | 0 | 0 | 0.46 | 180 | 0.42 | 0.38 |
| Hex | 39 | 8A | 8A | 3B | 0 | 0 | 2E | B4 | 2A | 26 |
| Octal | 71 | 212 | 212 | 73 | 0 | 0 | 56 | 264 | 52 | 46 |
| Binary | 111001 | 10001010 | 10001010 | 111011 | 0 | 0 | 101110 | 10110100 | 101010 | 100110 |
Color Harmonies of #398A8A
Complementary color
Monochromatic Colors of #398A8A
Black with #398A8A
Text Example
Text Example
White with #398A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A8A; }
p { color: rgb(57,138,138); }
H1.HeaderClassName
{
color: #398A8A;
}
.AnyTagClassName
{
color: #398A8A;
}
</style>
background-color css
<style>
a { background-color: #398A8A; }
a { background-color: rgb(57,138,138); }
div.DivClassName
{
background-color: #398A8A;
}
.BgClassName
{
background-color: #398A8A;
}
</style>
border-color css
<style>
span { border-color: #398A8A; }
span { border-color: rgb(57,138,138); }
td.TdClassName
{
border-color: #398A8A;
}
.TagClassName
{
border-color: #398A8A;
}
</style>