Shades of Blue Chill #338689
Tints of Blue Chill #338689
RGB
CMYK
RGB Variations
Color information
#338689 (or 0x338689) is known color: Blue Chill. HEX triplet: 33, 86 and 89. RGB value is (51,134,137). Sum of RGB (Red+Green+Blue) = 51+134+137=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #338689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338689 is #CC7976. Grayscale: #6D6D6D. Windows color (decimal): -13400439 or 9012787. OLE color: 9012787.
HSL color Cylindrical-coordinate representation of color #338689: hue angle of 182.09º 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 #338689 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 134 | 137 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.46 |
| HSL | 182.09º | 0.46% | 0.37% | - |
| HSV(B) | 182.09º | 0.63% | 0.54% | - |
| XYZ | 14.41 | 19.56 | 26.68 | - |
| YUV | 109.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 137 | 0.63 | 0.02 | 0 | 0.46 | 182.09 | 0.46 | 0.37 |
| Hex | 33 | 86 | 89 | 3F | 2 | 0 | 2E | B6 | 2E | 25 |
| Octal | 63 | 206 | 211 | 77 | 2 | 0 | 56 | 266 | 56 | 45 |
| Binary | 110011 | 10000110 | 10001001 | 111111 | 10 | 0 | 101110 | 10110110 | 101110 | 100101 |
Color Harmonies of #338689
Complementary color
Monochromatic Colors of #338689
Black with #338689
Text Example
Text Example
White with #338689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338689; }
p { color: rgb(51,134,137); }
H1.HeaderClassName
{
color: #338689;
}
.AnyTagClassName
{
color: #338689;
}
</style>
background-color css
<style>
a { background-color: #338689; }
a { background-color: rgb(51,134,137); }
div.DivClassName
{
background-color: #338689;
}
.BgClassName
{
background-color: #338689;
}
</style>
border-color css
<style>
span { border-color: #338689; }
span { border-color: rgb(51,134,137); }
td.TdClassName
{
border-color: #338689;
}
.TagClassName
{
border-color: #338689;
}
</style>