Shades of Genoa #306B68
Tints of Genoa #306B68
RGB
CMYK
RGB Variations
Color information
#306B68 (or 0x306B68) is known color: Genoa. HEX triplet: 30, 6B and 68. RGB value is (48,107,104). Sum of RGB (Red+Green+Blue) = 48+107+104=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #306B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B68 is #CF9497. Grayscale: #585858. Windows color (decimal): -13603992 or 6843184. OLE color: 6843184.
HSL color Cylindrical-coordinate representation of color #306B68: hue angle of 176.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B68 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 107 | 104 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.58 |
| HSL | 176.95º | 0.38% | 0.3% | - |
| HSV(B) | 176.95º | 0.55% | 0.42% | - |
| XYZ | 8.98 | 12.14 | 14.97 | - |
| YUV | 89.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 104 | 0.55 | 0 | 0.03 | 0.58 | 176.95 | 0.38 | 0.3 |
| Hex | 30 | 6B | 68 | 37 | 0 | 3 | 3A | B1 | 26 | 1E |
| Octal | 60 | 153 | 150 | 67 | 0 | 3 | 72 | 261 | 46 | 36 |
| Binary | 110000 | 1101011 | 1101000 | 110111 | 0 | 11 | 111010 | 10110001 | 100110 | 11110 |
Color Harmonies of #306B68
Complementary color
Monochromatic Colors of #306B68
Black with #306B68
Text Example
Text Example
White with #306B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B68; }
p { color: rgb(48,107,104); }
H1.HeaderClassName
{
color: #306B68;
}
.AnyTagClassName
{
color: #306B68;
}
</style>
background-color css
<style>
a { background-color: #306B68; }
a { background-color: rgb(48,107,104); }
div.DivClassName
{
background-color: #306B68;
}
.BgClassName
{
background-color: #306B68;
}
</style>
border-color css
<style>
span { border-color: #306B68; }
span { border-color: rgb(48,107,104); }
td.TdClassName
{
border-color: #306B68;
}
.TagClassName
{
border-color: #306B68;
}
</style>