Shades of Blue Chill #338588
Tints of Blue Chill #338588
RGB
CMYK
RGB Variations
Color information
#338588 (or 0x338588) is known color: Blue Chill. HEX triplet: 33, 85 and 88. RGB value is (51,133,136). Sum of RGB (Red+Green+Blue) = 51+133+136=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #338588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338588 is #CC7A77. Grayscale: #6C6C6C. Windows color (decimal): -13400696 or 8946995. OLE color: 8946995.
HSL color Cylindrical-coordinate representation of color #338588: hue angle of 182.12º 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 #338588 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 133 | 136 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.47 |
| HSL | 182.12º | 0.45% | 0.37% | - |
| HSV(B) | 182.12º | 0.63% | 0.53% | - |
| XYZ | 14.2 | 19.26 | 26.26 | - |
| YUV | 108.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 136 | 0.62 | 0.02 | 0 | 0.47 | 182.12 | 0.45 | 0.37 |
| Hex | 33 | 85 | 88 | 3E | 2 | 0 | 2F | B6 | 2D | 25 |
| Octal | 63 | 205 | 210 | 76 | 2 | 0 | 57 | 266 | 55 | 45 |
| Binary | 110011 | 10000101 | 10001000 | 111110 | 10 | 0 | 101111 | 10110110 | 101101 | 100101 |
Color Harmonies of #338588
Complementary color
Monochromatic Colors of #338588
Black with #338588
Text Example
Text Example
White with #338588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338588; }
p { color: rgb(51,133,136); }
H1.HeaderClassName
{
color: #338588;
}
.AnyTagClassName
{
color: #338588;
}
</style>
background-color css
<style>
a { background-color: #338588; }
a { background-color: rgb(51,133,136); }
div.DivClassName
{
background-color: #338588;
}
.BgClassName
{
background-color: #338588;
}
</style>
border-color css
<style>
span { border-color: #338588; }
span { border-color: rgb(51,133,136); }
td.TdClassName
{
border-color: #338588;
}
.TagClassName
{
border-color: #338588;
}
</style>