Shades of Blue Chill #33898D
Tints of Blue Chill #33898D
RGB
CMYK
RGB Variations
Color information
#33898D (or 0x33898D) is known color: Blue Chill. HEX triplet: 33, 89 and 8D. RGB value is (51,137,141). Sum of RGB (Red+Green+Blue) = 51+137+141=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #33898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33898D is #CC7672. Grayscale: #6F6F6F. Windows color (decimal): -13399667 or 9275699. OLE color: 9275699.
HSL color Cylindrical-coordinate representation of color #33898D: hue angle of 182.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33898D is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 137 | 141 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.45 |
| HSL | 182.67º | 0.47% | 0.38% | - |
| HSV(B) | 182.67º | 0.64% | 0.55% | - |
| XYZ | 15.12 | 20.52 | 28.36 | - |
| YUV | 111.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 141 | 0.64 | 0.03 | 0 | 0.45 | 182.67 | 0.47 | 0.38 |
| Hex | 33 | 89 | 8D | 40 | 3 | 0 | 2D | B7 | 2F | 26 |
| Octal | 63 | 211 | 215 | 100 | 3 | 0 | 55 | 267 | 57 | 46 |
| Binary | 110011 | 10001001 | 10001101 | 1000000 | 11 | 0 | 101101 | 10110111 | 101111 | 100110 |
Color Harmonies of #33898D
Complementary color
Monochromatic Colors of #33898D
Black with #33898D
Text Example
Text Example
White with #33898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33898D; }
p { color: rgb(51,137,141); }
H1.HeaderClassName
{
color: #33898D;
}
.AnyTagClassName
{
color: #33898D;
}
</style>
background-color css
<style>
a { background-color: #33898D; }
a { background-color: rgb(51,137,141); }
div.DivClassName
{
background-color: #33898D;
}
.BgClassName
{
background-color: #33898D;
}
</style>
border-color css
<style>
span { border-color: #33898D; }
span { border-color: rgb(51,137,141); }
td.TdClassName
{
border-color: #33898D;
}
.TagClassName
{
border-color: #33898D;
}
</style>