Shades of Blue Chill #339089
Tints of Blue Chill #339089
RGB
CMYK
RGB Variations
Color information
#339089 (or 0x339089) is known color: Blue Chill. HEX triplet: 33, 90 and 89. RGB value is (51,144,137). Sum of RGB (Red+Green+Blue) = 51+144+137=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #339089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339089 is #CC6F76. Grayscale: #737373. Windows color (decimal): -13397879 or 9015347. OLE color: 9015347.
HSL color Cylindrical-coordinate representation of color #339089: hue angle of 175.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339089 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 137 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.44 |
| HSL | 175.48º | 0.48% | 0.38% | - |
| HSV(B) | 175.48º | 0.65% | 0.56% | - |
| XYZ | 15.85 | 22.46 | 27.17 | - |
| YUV | 115.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 137 | 0.65 | 0 | 0.05 | 0.44 | 175.48 | 0.48 | 0.38 |
| Hex | 33 | 90 | 89 | 41 | 0 | 5 | 2C | AF | 30 | 26 |
| Octal | 63 | 220 | 211 | 101 | 0 | 5 | 54 | 257 | 60 | 46 |
| Binary | 110011 | 10010000 | 10001001 | 1000001 | 0 | 101 | 101100 | 10101111 | 110000 | 100110 |
Color Harmonies of #339089
Complementary color
Monochromatic Colors of #339089
Black with #339089
Text Example
Text Example
White with #339089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339089; }
p { color: rgb(51,144,137); }
H1.HeaderClassName
{
color: #339089;
}
.AnyTagClassName
{
color: #339089;
}
</style>
background-color css
<style>
a { background-color: #339089; }
a { background-color: rgb(51,144,137); }
div.DivClassName
{
background-color: #339089;
}
.BgClassName
{
background-color: #339089;
}
</style>
border-color css
<style>
span { border-color: #339089; }
span { border-color: rgb(51,144,137); }
td.TdClassName
{
border-color: #339089;
}
.TagClassName
{
border-color: #339089;
}
</style>