Shades of Blumine #305C64
Tints of Blumine #305C64
RGB
CMYK
RGB Variations
Color information
#305C64 (or 0x305C64) is known color: Blumine. HEX triplet: 30, 5C and 64. RGB value is (48,92,100). Sum of RGB (Red+Green+Blue) = 48+92+100=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #305C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C64 is #CFA39B. Grayscale: #4F4F4F. Windows color (decimal): -13607836 or 6577200. OLE color: 6577200.
HSL color Cylindrical-coordinate representation of color #305C64: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305C64 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 92 | 100 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.61 |
| HSL | 189.23º | 0.35% | 0.29% | - |
| HSV(B) | 189.23º | 0.52% | 0.39% | - |
| XYZ | 7.35 | 9.2 | 13.45 | - |
| YUV | 79.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 100 | 0.52 | 0.08 | 0 | 0.61 | 189.23 | 0.35 | 0.29 |
| Hex | 30 | 5C | 64 | 34 | 8 | 0 | 3D | BD | 23 | 1D |
| Octal | 60 | 134 | 144 | 64 | 10 | 0 | 75 | 275 | 43 | 35 |
| Binary | 110000 | 1011100 | 1100100 | 110100 | 1000 | 0 | 111101 | 10111101 | 100011 | 11101 |
Color Harmonies of #305C64
Complementary color
Monochromatic Colors of #305C64
Black with #305C64
Text Example
Text Example
White with #305C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C64; }
p { color: rgb(48,92,100); }
H1.HeaderClassName
{
color: #305C64;
}
.AnyTagClassName
{
color: #305C64;
}
</style>
background-color css
<style>
a { background-color: #305C64; }
a { background-color: rgb(48,92,100); }
div.DivClassName
{
background-color: #305C64;
}
.BgClassName
{
background-color: #305C64;
}
</style>
border-color css
<style>
span { border-color: #305C64; }
span { border-color: rgb(48,92,100); }
td.TdClassName
{
border-color: #305C64;
}
.TagClassName
{
border-color: #305C64;
}
</style>