Shades of Blue Chill #338587
Tints of Blue Chill #338587
RGB
CMYK
RGB Variations
Color information
#338587 (or 0x338587) is known color: Blue Chill. HEX triplet: 33, 85 and 87. RGB value is (51,133,135). Sum of RGB (Red+Green+Blue) = 51+133+135=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #338587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338587 is #CC7A78. Grayscale: #6C6C6C. Windows color (decimal): -13400697 or 8881459. OLE color: 8881459.
HSL color Cylindrical-coordinate representation of color #338587: hue angle of 181.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338587 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 133 | 135 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.47 |
| HSL | 181.43º | 0.45% | 0.36% | - |
| HSV(B) | 181.43º | 0.62% | 0.53% | - |
| XYZ | 14.13 | 19.23 | 25.89 | - |
| YUV | 108.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 135 | 0.62 | 0.01 | 0 | 0.47 | 181.43 | 0.45 | 0.36 |
| Hex | 33 | 85 | 87 | 3E | 1 | 0 | 2F | B5 | 2D | 24 |
| Octal | 63 | 205 | 207 | 76 | 1 | 0 | 57 | 265 | 55 | 44 |
| Binary | 110011 | 10000101 | 10000111 | 111110 | 1 | 0 | 101111 | 10110101 | 101101 | 100100 |
Color Harmonies of #338587
Complementary color
Monochromatic Colors of #338587
Black with #338587
Text Example
Text Example
White with #338587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338587; }
p { color: rgb(51,133,135); }
H1.HeaderClassName
{
color: #338587;
}
.AnyTagClassName
{
color: #338587;
}
</style>
background-color css
<style>
a { background-color: #338587; }
a { background-color: rgb(51,133,135); }
div.DivClassName
{
background-color: #338587;
}
.BgClassName
{
background-color: #338587;
}
</style>
border-color css
<style>
span { border-color: #338587; }
span { border-color: rgb(51,133,135); }
td.TdClassName
{
border-color: #338587;
}
.TagClassName
{
border-color: #338587;
}
</style>