Shades of Blue Chill #439990
Tints of Blue Chill #439990
RGB
CMYK
RGB Variations
Color information
#439990 (or 0x439990) is known color: Blue Chill. HEX triplet: 43, 99 and 90. RGB value is (67,153,144). Sum of RGB (Red+Green+Blue) = 67+153+144=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #439990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439990 is #BC666F. Grayscale: #7E7E7E. Windows color (decimal): -12346992 or 9476419. OLE color: 9476419.
HSL color Cylindrical-coordinate representation of color #439990: hue angle of 173.72º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439990 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 144 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.4 |
| HSL | 173.72º | 0.39% | 0.43% | - |
| HSV(B) | 173.72º | 0.56% | 0.6% | - |
| XYZ | 18.74 | 25.99 | 30.41 | - |
| YUV | 126.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 144 | 0.56 | 0 | 0.06 | 0.4 | 173.72 | 0.39 | 0.43 |
| Hex | 43 | 99 | 90 | 38 | 0 | 6 | 28 | AE | 27 | 2B |
| Octal | 103 | 231 | 220 | 70 | 0 | 6 | 50 | 256 | 47 | 53 |
| Binary | 1000011 | 10011001 | 10010000 | 111000 | 0 | 110 | 101000 | 10101110 | 100111 | 101011 |
Color Harmonies of #439990
Complementary color
Monochromatic Colors of #439990
Black with #439990
Text Example
Text Example
White with #439990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439990; }
p { color: rgb(67,153,144); }
H1.HeaderClassName
{
color: #439990;
}
.AnyTagClassName
{
color: #439990;
}
</style>
background-color css
<style>
a { background-color: #439990; }
a { background-color: rgb(67,153,144); }
div.DivClassName
{
background-color: #439990;
}
.BgClassName
{
background-color: #439990;
}
</style>
border-color css
<style>
span { border-color: #439990; }
span { border-color: rgb(67,153,144); }
td.TdClassName
{
border-color: #439990;
}
.TagClassName
{
border-color: #439990;
}
</style>