Shades of Blue Chill #439090
Tints of Blue Chill #439090
RGB
CMYK
RGB Variations
Color information
#439090 (or 0x439090) is known color: Blue Chill. HEX triplet: 43, 90 and 90. RGB value is (67,144,144). Sum of RGB (Red+Green+Blue) = 67+144+144=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #439090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439090 is #BC6F6F. Grayscale: #787878. Windows color (decimal): -12349296 or 9474115. OLE color: 9474115.
HSL color Cylindrical-coordinate representation of color #439090: hue angle of 180º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #439090 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 144 | - |
| CMYK | 0.53 | 0 | 0 | 0.44 |
| HSL | 180º | 0.36% | 0.41% | - |
| HSV(B) | 180º | 0.53% | 0.56% | - |
| XYZ | 17.32 | 23.15 | 29.94 | - |
| YUV | 120.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 144 | 0.53 | 0 | 0 | 0.44 | 180 | 0.36 | 0.41 |
| Hex | 43 | 90 | 90 | 35 | 0 | 0 | 2C | B4 | 24 | 29 |
| Octal | 103 | 220 | 220 | 65 | 0 | 0 | 54 | 264 | 44 | 51 |
| Binary | 1000011 | 10010000 | 10010000 | 110101 | 0 | 0 | 101100 | 10110100 | 100100 | 101001 |
Color Harmonies of #439090
Complementary color
Monochromatic Colors of #439090
Black with #439090
Text Example
Text Example
White with #439090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439090; }
p { color: rgb(67,144,144); }
H1.HeaderClassName
{
color: #439090;
}
.AnyTagClassName
{
color: #439090;
}
</style>
background-color css
<style>
a { background-color: #439090; }
a { background-color: rgb(67,144,144); }
div.DivClassName
{
background-color: #439090;
}
.BgClassName
{
background-color: #439090;
}
</style>
border-color css
<style>
span { border-color: #439090; }
span { border-color: rgb(67,144,144); }
td.TdClassName
{
border-color: #439090;
}
.TagClassName
{
border-color: #439090;
}
</style>