Shades of Blue Chill #338488
Tints of Blue Chill #338488
RGB
CMYK
RGB Variations
Color information
#338488 (or 0x338488) is known color: Blue Chill. HEX triplet: 33, 84 and 88. RGB value is (51,132,136). Sum of RGB (Red+Green+Blue) = 51+132+136=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #338488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338488 is #CC7B77. Grayscale: #6C6C6C. Windows color (decimal): -13400952 or 8946739. OLE color: 8946739.
HSL color Cylindrical-coordinate representation of color #338488: hue angle of 182.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338488 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 132 | 136 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.47 |
| HSL | 182.82º | 0.45% | 0.37% | - |
| HSV(B) | 182.82º | 0.63% | 0.53% | - |
| XYZ | 14.06 | 18.98 | 26.22 | - |
| YUV | 108.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 136 | 0.62 | 0.03 | 0 | 0.47 | 182.82 | 0.45 | 0.37 |
| Hex | 33 | 84 | 88 | 3E | 3 | 0 | 2F | B7 | 2D | 25 |
| Octal | 63 | 204 | 210 | 76 | 3 | 0 | 57 | 267 | 55 | 45 |
| Binary | 110011 | 10000100 | 10001000 | 111110 | 11 | 0 | 101111 | 10110111 | 101101 | 100101 |
Color Harmonies of #338488
Complementary color
Monochromatic Colors of #338488
Black with #338488
Text Example
Text Example
White with #338488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338488; }
p { color: rgb(51,132,136); }
H1.HeaderClassName
{
color: #338488;
}
.AnyTagClassName
{
color: #338488;
}
</style>
background-color css
<style>
a { background-color: #338488; }
a { background-color: rgb(51,132,136); }
div.DivClassName
{
background-color: #338488;
}
.BgClassName
{
background-color: #338488;
}
</style>
border-color css
<style>
span { border-color: #338488; }
span { border-color: rgb(51,132,136); }
td.TdClassName
{
border-color: #338488;
}
.TagClassName
{
border-color: #338488;
}
</style>