Shades of Blue Chill #33948D
Tints of Blue Chill #33948D
RGB
CMYK
RGB Variations
Color information
#33948D (or 0x33948D) is known color: Blue Chill. HEX triplet: 33, 94 and 8D. RGB value is (51,148,141). Sum of RGB (Red+Green+Blue) = 51+148+141=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #33948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33948D is #CC6B72. Grayscale: #767676. Windows color (decimal): -13396851 or 9278515. OLE color: 9278515.
HSL color Cylindrical-coordinate representation of color #33948D: hue angle of 175.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33948D is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 141 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.42 |
| HSL | 175.67º | 0.49% | 0.39% | - |
| HSV(B) | 175.67º | 0.66% | 0.58% | - |
| XYZ | 16.76 | 23.81 | 28.91 | - |
| YUV | 118.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 141 | 0.66 | 0 | 0.05 | 0.42 | 175.67 | 0.49 | 0.39 |
| Hex | 33 | 94 | 8D | 42 | 0 | 5 | 2A | B0 | 31 | 27 |
| Octal | 63 | 224 | 215 | 102 | 0 | 5 | 52 | 260 | 61 | 47 |
| Binary | 110011 | 10010100 | 10001101 | 1000010 | 0 | 101 | 101010 | 10110000 | 110001 | 100111 |
Color Harmonies of #33948D
Complementary color
Monochromatic Colors of #33948D
Black with #33948D
Text Example
Text Example
White with #33948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33948D; }
p { color: rgb(51,148,141); }
H1.HeaderClassName
{
color: #33948D;
}
.AnyTagClassName
{
color: #33948D;
}
</style>
background-color css
<style>
a { background-color: #33948D; }
a { background-color: rgb(51,148,141); }
div.DivClassName
{
background-color: #33948D;
}
.BgClassName
{
background-color: #33948D;
}
</style>
border-color css
<style>
span { border-color: #33948D; }
span { border-color: rgb(51,148,141); }
td.TdClassName
{
border-color: #33948D;
}
.TagClassName
{
border-color: #33948D;
}
</style>