Shades of Blumine #30636C
Tints of Blumine #30636C
RGB
CMYK
RGB Variations
Color information
#30636C (or 0x30636C) is known color: Blumine. HEX triplet: 30, 63 and 6C. RGB value is (48,99,108). Sum of RGB (Red+Green+Blue) = 48+99+108=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #30636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30636C is #CF9C93. Grayscale: #545454. Windows color (decimal): -13606036 or 7103280. OLE color: 7103280.
HSL color Cylindrical-coordinate representation of color #30636C: hue angle of 189º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30636C is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 99 | 108 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.58 |
| HSL | 189º | 0.38% | 0.31% | - |
| HSV(B) | 189º | 0.56% | 0.42% | - |
| XYZ | 8.39 | 10.63 | 15.8 | - |
| YUV | 84.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 108 | 0.56 | 0.08 | 0 | 0.58 | 189 | 0.38 | 0.31 |
| Hex | 30 | 63 | 6C | 38 | 8 | 0 | 3A | BD | 26 | 1F |
| Octal | 60 | 143 | 154 | 70 | 10 | 0 | 72 | 275 | 46 | 37 |
| Binary | 110000 | 1100011 | 1101100 | 111000 | 1000 | 0 | 111010 | 10111101 | 100110 | 11111 |
Color Harmonies of #30636C
Complementary color
Monochromatic Colors of #30636C
Black with #30636C
Text Example
Text Example
White with #30636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30636C; }
p { color: rgb(48,99,108); }
H1.HeaderClassName
{
color: #30636C;
}
.AnyTagClassName
{
color: #30636C;
}
</style>
background-color css
<style>
a { background-color: #30636C; }
a { background-color: rgb(48,99,108); }
div.DivClassName
{
background-color: #30636C;
}
.BgClassName
{
background-color: #30636C;
}
</style>
border-color css
<style>
span { border-color: #30636C; }
span { border-color: rgb(48,99,108); }
td.TdClassName
{
border-color: #30636C;
}
.TagClassName
{
border-color: #30636C;
}
</style>