Shades of Blue Chill #338B87
Tints of Blue Chill #338B87
RGB
CMYK
RGB Variations
Color information
#338B87 (or 0x338B87) is known color: Blue Chill. HEX triplet: 33, 8B and 87. RGB value is (51,139,135). Sum of RGB (Red+Green+Blue) = 51+139+135=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #338B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B87 is #CC7478. Grayscale: #707070. Windows color (decimal): -13399161 or 8882995. OLE color: 8882995.
HSL color Cylindrical-coordinate representation of color #338B87: hue angle of 177.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B87 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 135 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.45 |
| HSL | 177.27º | 0.46% | 0.37% | - |
| HSV(B) | 177.27º | 0.63% | 0.55% | - |
| XYZ | 14.97 | 20.92 | 26.17 | - |
| YUV | 112.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 135 | 0.63 | 0 | 0.03 | 0.45 | 177.27 | 0.46 | 0.37 |
| Hex | 33 | 8B | 87 | 3F | 0 | 3 | 2D | B1 | 2E | 25 |
| Octal | 63 | 213 | 207 | 77 | 0 | 3 | 55 | 261 | 56 | 45 |
| Binary | 110011 | 10001011 | 10000111 | 111111 | 0 | 11 | 101101 | 10110001 | 101110 | 100101 |
Color Harmonies of #338B87
Complementary color
Monochromatic Colors of #338B87
Black with #338B87
Text Example
Text Example
White with #338B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B87; }
p { color: rgb(51,139,135); }
H1.HeaderClassName
{
color: #338B87;
}
.AnyTagClassName
{
color: #338B87;
}
</style>
background-color css
<style>
a { background-color: #338B87; }
a { background-color: rgb(51,139,135); }
div.DivClassName
{
background-color: #338B87;
}
.BgClassName
{
background-color: #338B87;
}
</style>
border-color css
<style>
span { border-color: #338B87; }
span { border-color: rgb(51,139,135); }
td.TdClassName
{
border-color: #338B87;
}
.TagClassName
{
border-color: #338B87;
}
</style>