Shades of Blue Chill #339492
Tints of Blue Chill #339492
RGB
CMYK
RGB Variations
Color information
#339492 (or 0x339492) is known color: Blue Chill. HEX triplet: 33, 94 and 92. RGB value is (51,148,146). Sum of RGB (Red+Green+Blue) = 51+148+146=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #339492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339492 is #CC6B6D. Grayscale: #767676. Windows color (decimal): -13396846 or 9606195. OLE color: 9606195.
HSL color Cylindrical-coordinate representation of color #339492: hue angle of 178.76º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339492 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 146 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.42 |
| HSL | 178.76º | 0.49% | 0.39% | - |
| HSV(B) | 178.76º | 0.66% | 0.58% | - |
| XYZ | 17.14 | 23.96 | 30.92 | - |
| YUV | 118.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 146 | 0.66 | 0 | 0.01 | 0.42 | 178.76 | 0.49 | 0.39 |
| Hex | 33 | 94 | 92 | 42 | 0 | 1 | 2A | B3 | 31 | 27 |
| Octal | 63 | 224 | 222 | 102 | 0 | 1 | 52 | 263 | 61 | 47 |
| Binary | 110011 | 10010100 | 10010010 | 1000010 | 0 | 1 | 101010 | 10110011 | 110001 | 100111 |
Color Harmonies of #339492
Complementary color
Monochromatic Colors of #339492
Black with #339492
Text Example
Text Example
White with #339492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339492; }
p { color: rgb(51,148,146); }
H1.HeaderClassName
{
color: #339492;
}
.AnyTagClassName
{
color: #339492;
}
</style>
background-color css
<style>
a { background-color: #339492; }
a { background-color: rgb(51,148,146); }
div.DivClassName
{
background-color: #339492;
}
.BgClassName
{
background-color: #339492;
}
</style>
border-color css
<style>
span { border-color: #339492; }
span { border-color: rgb(51,148,146); }
td.TdClassName
{
border-color: #339492;
}
.TagClassName
{
border-color: #339492;
}
</style>