Shades of Genoa #306C67
Tints of Genoa #306C67
RGB
CMYK
RGB Variations
Color information
#306C67 (or 0x306C67) is known color: Genoa. HEX triplet: 30, 6C and 67. RGB value is (48,108,103). Sum of RGB (Red+Green+Blue) = 48+108+103=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #306C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C67 is #CF9398. Grayscale: #595959. Windows color (decimal): -13603737 or 6777904. OLE color: 6777904.
HSL color Cylindrical-coordinate representation of color #306C67: hue angle of 175º 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 #306C67 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 108 | 103 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.58 |
| HSL | 175º | 0.38% | 0.31% | - |
| HSV(B) | 175º | 0.56% | 0.42% | - |
| XYZ | 9.03 | 12.33 | 14.74 | - |
| YUV | 89.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 103 | 0.56 | 0 | 0.05 | 0.58 | 175 | 0.38 | 0.31 |
| Hex | 30 | 6C | 67 | 38 | 0 | 5 | 3A | AF | 26 | 1F |
| Octal | 60 | 154 | 147 | 70 | 0 | 5 | 72 | 257 | 46 | 37 |
| Binary | 110000 | 1101100 | 1100111 | 111000 | 0 | 101 | 111010 | 10101111 | 100110 | 11111 |
Color Harmonies of #306C67
Complementary color
Monochromatic Colors of #306C67
Black with #306C67
Text Example
Text Example
White with #306C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C67; }
p { color: rgb(48,108,103); }
H1.HeaderClassName
{
color: #306C67;
}
.AnyTagClassName
{
color: #306C67;
}
</style>
background-color css
<style>
a { background-color: #306C67; }
a { background-color: rgb(48,108,103); }
div.DivClassName
{
background-color: #306C67;
}
.BgClassName
{
background-color: #306C67;
}
</style>
border-color css
<style>
span { border-color: #306C67; }
span { border-color: rgb(48,108,103); }
td.TdClassName
{
border-color: #306C67;
}
.TagClassName
{
border-color: #306C67;
}
</style>