Shades of Blue Chill #33898B
Tints of Blue Chill #33898B
RGB
CMYK
RGB Variations
Color information
#33898B (or 0x33898B) is known color: Blue Chill. HEX triplet: 33, 89 and 8B. RGB value is (51,137,139). Sum of RGB (Red+Green+Blue) = 51+137+139=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #33898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33898B is #CC7674. Grayscale: #6F6F6F. Windows color (decimal): -13399669 or 9144627. OLE color: 9144627.
HSL color Cylindrical-coordinate representation of color #33898B: hue angle of 181.36º 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 #33898B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 137 | 139 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.45 |
| HSL | 181.36º | 0.46% | 0.37% | - |
| HSV(B) | 181.36º | 0.63% | 0.55% | - |
| XYZ | 14.97 | 20.46 | 27.59 | - |
| YUV | 111.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 139 | 0.63 | 0.01 | 0 | 0.45 | 181.36 | 0.46 | 0.37 |
| Hex | 33 | 89 | 8B | 3F | 1 | 0 | 2D | B5 | 2E | 25 |
| Octal | 63 | 211 | 213 | 77 | 1 | 0 | 55 | 265 | 56 | 45 |
| Binary | 110011 | 10001001 | 10001011 | 111111 | 1 | 0 | 101101 | 10110101 | 101110 | 100101 |
Color Harmonies of #33898B
Complementary color
Monochromatic Colors of #33898B
Black with #33898B
Text Example
Text Example
White with #33898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33898B; }
p { color: rgb(51,137,139); }
H1.HeaderClassName
{
color: #33898B;
}
.AnyTagClassName
{
color: #33898B;
}
</style>
background-color css
<style>
a { background-color: #33898B; }
a { background-color: rgb(51,137,139); }
div.DivClassName
{
background-color: #33898B;
}
.BgClassName
{
background-color: #33898B;
}
</style>
border-color css
<style>
span { border-color: #33898B; }
span { border-color: rgb(51,137,139); }
td.TdClassName
{
border-color: #33898B;
}
.TagClassName
{
border-color: #33898B;
}
</style>