Shades of Blue Chill #439394
Tints of Blue Chill #439394
RGB
CMYK
RGB Variations
Color information
#439394 (or 0x439394) is known color: Blue Chill. HEX triplet: 43, 93 and 94. RGB value is (67,147,148). Sum of RGB (Red+Green+Blue) = 67+147+148=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #439394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439394 is #BC6C6B. Grayscale: #7B7B7B. Windows color (decimal): -12348524 or 9737027. OLE color: 9737027.
HSL color Cylindrical-coordinate representation of color #439394: hue angle of 180.74º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #439394 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 147 | 148 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.42 |
| HSL | 180.74º | 0.38% | 0.42% | - |
| HSV(B) | 180.74º | 0.55% | 0.58% | - |
| XYZ | 18.09 | 24.2 | 31.73 | - |
| YUV | 123.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 148 | 0.55 | 0.01 | 0 | 0.42 | 180.74 | 0.38 | 0.42 |
| Hex | 43 | 93 | 94 | 37 | 1 | 0 | 2A | B5 | 26 | 2A |
| Octal | 103 | 223 | 224 | 67 | 1 | 0 | 52 | 265 | 46 | 52 |
| Binary | 1000011 | 10010011 | 10010100 | 110111 | 1 | 0 | 101010 | 10110101 | 100110 | 101010 |
Color Harmonies of #439394
Complementary color
Monochromatic Colors of #439394
Black with #439394
Text Example
Text Example
White with #439394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439394; }
p { color: rgb(67,147,148); }
H1.HeaderClassName
{
color: #439394;
}
.AnyTagClassName
{
color: #439394;
}
</style>
background-color css
<style>
a { background-color: #439394; }
a { background-color: rgb(67,147,148); }
div.DivClassName
{
background-color: #439394;
}
.BgClassName
{
background-color: #439394;
}
</style>
border-color css
<style>
span { border-color: #439394; }
span { border-color: rgb(67,147,148); }
td.TdClassName
{
border-color: #439394;
}
.TagClassName
{
border-color: #439394;
}
</style>