Shades of Genoa #307663
Tints of Genoa #307663
RGB
CMYK
RGB Variations
Color information
#307663 (or 0x307663) is known color: Genoa. HEX triplet: 30, 76 and 63. RGB value is (48,118,99). Sum of RGB (Red+Green+Blue) = 48+118+99=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #307663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307663 is #CF899C. Grayscale: #5E5E5E. Windows color (decimal): -13601181 or 6518320. OLE color: 6518320.
HSL color Cylindrical-coordinate representation of color #307663: hue angle of 163.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307663 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 99 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.54 |
| HSL | 163.71º | 0.42% | 0.33% | - |
| HSV(B) | 163.71º | 0.59% | 0.46% | - |
| XYZ | 9.95 | 14.49 | 14.08 | - |
| YUV | 94.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 99 | 0.59 | 0 | 0.16 | 0.54 | 163.71 | 0.42 | 0.33 |
| Hex | 30 | 76 | 63 | 3B | 0 | 10 | 36 | A4 | 2A | 21 |
| Octal | 60 | 166 | 143 | 73 | 0 | 20 | 66 | 244 | 52 | 41 |
| Binary | 110000 | 1110110 | 1100011 | 111011 | 0 | 10000 | 110110 | 10100100 | 101010 | 100001 |
Color Harmonies of #307663
Complementary color
Monochromatic Colors of #307663
Black with #307663
Text Example
Text Example
White with #307663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307663; }
p { color: rgb(48,118,99); }
H1.HeaderClassName
{
color: #307663;
}
.AnyTagClassName
{
color: #307663;
}
</style>
background-color css
<style>
a { background-color: #307663; }
a { background-color: rgb(48,118,99); }
div.DivClassName
{
background-color: #307663;
}
.BgClassName
{
background-color: #307663;
}
</style>
border-color css
<style>
span { border-color: #307663; }
span { border-color: rgb(48,118,99); }
td.TdClassName
{
border-color: #307663;
}
.TagClassName
{
border-color: #307663;
}
</style>