Shades of Blue Chill #33858C
Tints of Blue Chill #33858C
RGB
CMYK
RGB Variations
Color information
#33858C (or 0x33858C) is known color: Blue Chill. HEX triplet: 33, 85 and 8C. RGB value is (51,133,140). Sum of RGB (Red+Green+Blue) = 51+133+140=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #33858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33858C is #CC7A73. Grayscale: #6D6D6D. Windows color (decimal): -13400692 or 9209139. OLE color: 9209139.
HSL color Cylindrical-coordinate representation of color #33858C: hue angle of 184.72º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33858C is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 133 | 140 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.45 |
| HSL | 184.72º | 0.47% | 0.37% | - |
| HSV(B) | 184.72º | 0.64% | 0.55% | - |
| XYZ | 14.49 | 19.37 | 27.79 | - |
| YUV | 109.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 140 | 0.64 | 0.05 | 0 | 0.45 | 184.72 | 0.47 | 0.37 |
| Hex | 33 | 85 | 8C | 40 | 5 | 0 | 2D | B9 | 2F | 25 |
| Octal | 63 | 205 | 214 | 100 | 5 | 0 | 55 | 271 | 57 | 45 |
| Binary | 110011 | 10000101 | 10001100 | 1000000 | 101 | 0 | 101101 | 10111001 | 101111 | 100101 |
Color Harmonies of #33858C
Complementary color
Monochromatic Colors of #33858C
Black with #33858C
Text Example
Text Example
White with #33858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33858C; }
p { color: rgb(51,133,140); }
H1.HeaderClassName
{
color: #33858C;
}
.AnyTagClassName
{
color: #33858C;
}
</style>
background-color css
<style>
a { background-color: #33858C; }
a { background-color: rgb(51,133,140); }
div.DivClassName
{
background-color: #33858C;
}
.BgClassName
{
background-color: #33858C;
}
</style>
border-color css
<style>
span { border-color: #33858C; }
span { border-color: rgb(51,133,140); }
td.TdClassName
{
border-color: #33858C;
}
.TagClassName
{
border-color: #33858C;
}
</style>