Shades of Blue Chill #389093
Tints of Blue Chill #389093
RGB
CMYK
RGB Variations
Color information
#389093 (or 0x389093) is known color: Blue Chill. HEX triplet: 38, 90 and 93. RGB value is (56,144,147). Sum of RGB (Red+Green+Blue) = 56+144+147=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #389093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389093 is #C76F6C. Grayscale: #757575. Windows color (decimal): -13070189 or 9670712. OLE color: 9670712.
HSL color Cylindrical-coordinate representation of color #389093: hue angle of 181.98º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389093 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 144 | 147 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.42 |
| HSL | 181.98º | 0.45% | 0.4% | - |
| HSV(B) | 181.98º | 0.62% | 0.58% | - |
| XYZ | 16.87 | 22.89 | 31.13 | - |
| YUV | 118.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 147 | 0.62 | 0.02 | 0 | 0.42 | 181.98 | 0.45 | 0.4 |
| Hex | 38 | 90 | 93 | 3E | 2 | 0 | 2A | B6 | 2D | 28 |
| Octal | 70 | 220 | 223 | 76 | 2 | 0 | 52 | 266 | 55 | 50 |
| Binary | 111000 | 10010000 | 10010011 | 111110 | 10 | 0 | 101010 | 10110110 | 101101 | 101000 |
Color Harmonies of #389093
Complementary color
Monochromatic Colors of #389093
Black with #389093
Text Example
Text Example
White with #389093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389093; }
p { color: rgb(56,144,147); }
H1.HeaderClassName
{
color: #389093;
}
.AnyTagClassName
{
color: #389093;
}
</style>
background-color css
<style>
a { background-color: #389093; }
a { background-color: rgb(56,144,147); }
div.DivClassName
{
background-color: #389093;
}
.BgClassName
{
background-color: #389093;
}
</style>
border-color css
<style>
span { border-color: #389093; }
span { border-color: rgb(56,144,147); }
td.TdClassName
{
border-color: #389093;
}
.TagClassName
{
border-color: #389093;
}
</style>