Shades of Blue Chill #30848C
Tints of Blue Chill #30848C
RGB
CMYK
RGB Variations
Color information
#30848C (or 0x30848C) is known color: Blue Chill. HEX triplet: 30, 84 and 8C. RGB value is (48,132,140). Sum of RGB (Red+Green+Blue) = 48+132+140=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #30848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30848C is #CF7B73. Grayscale: #6B6B6B. Windows color (decimal): -13597556 or 9208880. OLE color: 9208880.
HSL color Cylindrical-coordinate representation of color #30848C: hue angle of 185.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30848C is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 132 | 140 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.45 |
| HSL | 185.22º | 0.49% | 0.37% | - |
| HSV(B) | 185.22º | 0.66% | 0.55% | - |
| XYZ | 14.2 | 19.02 | 27.73 | - |
| YUV | 107.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 140 | 0.66 | 0.06 | 0 | 0.45 | 185.22 | 0.49 | 0.37 |
| Hex | 30 | 84 | 8C | 42 | 6 | 0 | 2D | B9 | 31 | 25 |
| Octal | 60 | 204 | 214 | 102 | 6 | 0 | 55 | 271 | 61 | 45 |
| Binary | 110000 | 10000100 | 10001100 | 1000010 | 110 | 0 | 101101 | 10111001 | 110001 | 100101 |
Color Harmonies of #30848C
Complementary color
Monochromatic Colors of #30848C
Black with #30848C
Text Example
Text Example
White with #30848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30848C; }
p { color: rgb(48,132,140); }
H1.HeaderClassName
{
color: #30848C;
}
.AnyTagClassName
{
color: #30848C;
}
</style>
background-color css
<style>
a { background-color: #30848C; }
a { background-color: rgb(48,132,140); }
div.DivClassName
{
background-color: #30848C;
}
.BgClassName
{
background-color: #30848C;
}
</style>
border-color css
<style>
span { border-color: #30848C; }
span { border-color: rgb(48,132,140); }
td.TdClassName
{
border-color: #30848C;
}
.TagClassName
{
border-color: #30848C;
}
</style>