Shades of Blue Chill #338988
Tints of Blue Chill #338988
RGB
CMYK
RGB Variations
Color information
#338988 (or 0x338988) is known color: Blue Chill. HEX triplet: 33, 89 and 88. RGB value is (51,137,136). Sum of RGB (Red+Green+Blue) = 51+137+136=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #338988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338988 is #CC7677. Grayscale: #6F6F6F. Windows color (decimal): -13399672 or 8948019. OLE color: 8948019.
HSL color Cylindrical-coordinate representation of color #338988: hue angle of 179.3º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338988 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 136 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.46 |
| HSL | 179.3º | 0.46% | 0.37% | - |
| HSV(B) | 179.3º | 0.63% | 0.54% | - |
| XYZ | 14.75 | 20.37 | 26.45 | - |
| YUV | 111.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 136 | 0.63 | 0 | 0.01 | 0.46 | 179.3 | 0.46 | 0.37 |
| Hex | 33 | 89 | 88 | 3F | 0 | 1 | 2E | B3 | 2E | 25 |
| Octal | 63 | 211 | 210 | 77 | 0 | 1 | 56 | 263 | 56 | 45 |
| Binary | 110011 | 10001001 | 10001000 | 111111 | 0 | 1 | 101110 | 10110011 | 101110 | 100101 |
Color Harmonies of #338988
Complementary color
Monochromatic Colors of #338988
Black with #338988
Text Example
Text Example
White with #338988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338988; }
p { color: rgb(51,137,136); }
H1.HeaderClassName
{
color: #338988;
}
.AnyTagClassName
{
color: #338988;
}
</style>
background-color css
<style>
a { background-color: #338988; }
a { background-color: rgb(51,137,136); }
div.DivClassName
{
background-color: #338988;
}
.BgClassName
{
background-color: #338988;
}
</style>
border-color css
<style>
span { border-color: #338988; }
span { border-color: rgb(51,137,136); }
td.TdClassName
{
border-color: #338988;
}
.TagClassName
{
border-color: #338988;
}
</style>