Shades of Blumine #306678
Tints of Blumine #306678
RGB
CMYK
RGB Variations
Color information
#306678 (or 0x306678) is known color: Blumine. HEX triplet: 30, 66 and 78. RGB value is (48,102,120). Sum of RGB (Red+Green+Blue) = 48+102+120=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #306678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306678 is #CF9987. Grayscale: #575757. Windows color (decimal): -13605256 or 7890480. OLE color: 7890480.
HSL color Cylindrical-coordinate representation of color #306678: hue angle of 195º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306678 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 102 | 120 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.53 |
| HSL | 195º | 0.43% | 0.33% | - |
| HSV(B) | 195º | 0.6% | 0.47% | - |
| XYZ | 9.36 | 11.49 | 19.49 | - |
| YUV | 87.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 120 | 0.60 | 0.15 | 0 | 0.53 | 195 | 0.43 | 0.33 |
| Hex | 30 | 66 | 78 | 3C | F | 0 | 35 | C3 | 2B | 21 |
| Octal | 60 | 146 | 170 | 74 | 17 | 0 | 65 | 303 | 53 | 41 |
| Binary | 110000 | 1100110 | 1111000 | 111100 | 1111 | 0 | 110101 | 11000011 | 101011 | 100001 |
Color Harmonies of #306678
Complementary color
Monochromatic Colors of #306678
Black with #306678
Text Example
Text Example
White with #306678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306678; }
p { color: rgb(48,102,120); }
H1.HeaderClassName
{
color: #306678;
}
.AnyTagClassName
{
color: #306678;
}
</style>
background-color css
<style>
a { background-color: #306678; }
a { background-color: rgb(48,102,120); }
div.DivClassName
{
background-color: #306678;
}
.BgClassName
{
background-color: #306678;
}
</style>
border-color css
<style>
span { border-color: #306678; }
span { border-color: rgb(48,102,120); }
td.TdClassName
{
border-color: #306678;
}
.TagClassName
{
border-color: #306678;
}
</style>