Shades of Blue Chill #339294
Tints of Blue Chill #339294
RGB
CMYK
RGB Variations
Color information
#339294 (or 0x339294) is known color: Blue Chill. HEX triplet: 33, 92 and 94. RGB value is (51,146,148). Sum of RGB (Red+Green+Blue) = 51+146+148=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #339294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339294 is #CC6D6B. Grayscale: #757575. Windows color (decimal): -13397356 or 9736755. OLE color: 9736755.
HSL color Cylindrical-coordinate representation of color #339294: hue angle of 181.24º 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 #339294 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 146 | 148 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.42 |
| HSL | 181.24º | 0.49% | 0.39% | - |
| HSV(B) | 181.24º | 0.66% | 0.58% | - |
| XYZ | 16.99 | 23.4 | 31.64 | - |
| YUV | 117.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 148 | 0.66 | 0.01 | 0 | 0.42 | 181.24 | 0.49 | 0.39 |
| Hex | 33 | 92 | 94 | 42 | 1 | 0 | 2A | B5 | 31 | 27 |
| Octal | 63 | 222 | 224 | 102 | 1 | 0 | 52 | 265 | 61 | 47 |
| Binary | 110011 | 10010010 | 10010100 | 1000010 | 1 | 0 | 101010 | 10110101 | 110001 | 100111 |
Color Harmonies of #339294
Complementary color
Monochromatic Colors of #339294
Black with #339294
Text Example
Text Example
White with #339294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339294; }
p { color: rgb(51,146,148); }
H1.HeaderClassName
{
color: #339294;
}
.AnyTagClassName
{
color: #339294;
}
</style>
background-color css
<style>
a { background-color: #339294; }
a { background-color: rgb(51,146,148); }
div.DivClassName
{
background-color: #339294;
}
.BgClassName
{
background-color: #339294;
}
</style>
border-color css
<style>
span { border-color: #339294; }
span { border-color: rgb(51,146,148); }
td.TdClassName
{
border-color: #339294;
}
.TagClassName
{
border-color: #339294;
}
</style>