Shades of Blue Chill #30868C
Tints of Blue Chill #30868C
RGB
CMYK
RGB Variations
Color information
#30868C (or 0x30868C) is known color: Blue Chill. HEX triplet: 30, 86 and 8C. RGB value is (48,134,140). Sum of RGB (Red+Green+Blue) = 48+134+140=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #30868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30868C is #CF7973. Grayscale: #6C6C6C. Windows color (decimal): -13597044 or 9209392. OLE color: 9209392.
HSL color Cylindrical-coordinate representation of color #30868C: hue angle of 183.91º 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 #30868C is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 134 | 140 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.45 |
| HSL | 183.91º | 0.49% | 0.37% | - |
| HSV(B) | 183.91º | 0.66% | 0.55% | - |
| XYZ | 14.48 | 19.57 | 27.83 | - |
| YUV | 108.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 140 | 0.66 | 0.04 | 0 | 0.45 | 183.91 | 0.49 | 0.37 |
| Hex | 30 | 86 | 8C | 42 | 4 | 0 | 2D | B8 | 31 | 25 |
| Octal | 60 | 206 | 214 | 102 | 4 | 0 | 55 | 270 | 61 | 45 |
| Binary | 110000 | 10000110 | 10001100 | 1000010 | 100 | 0 | 101101 | 10111000 | 110001 | 100101 |
Color Harmonies of #30868C
Complementary color
Monochromatic Colors of #30868C
Black with #30868C
Text Example
Text Example
White with #30868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30868C; }
p { color: rgb(48,134,140); }
H1.HeaderClassName
{
color: #30868C;
}
.AnyTagClassName
{
color: #30868C;
}
</style>
background-color css
<style>
a { background-color: #30868C; }
a { background-color: rgb(48,134,140); }
div.DivClassName
{
background-color: #30868C;
}
.BgClassName
{
background-color: #30868C;
}
</style>
border-color css
<style>
span { border-color: #30868C; }
span { border-color: rgb(48,134,140); }
td.TdClassName
{
border-color: #30868C;
}
.TagClassName
{
border-color: #30868C;
}
</style>