Shades of Genoa #307A6D
Tints of Genoa #307A6D
RGB
CMYK
RGB Variations
Color information
#307A6D (or 0x307A6D) is known color: Genoa. HEX triplet: 30, 7A and 6D. RGB value is (48,122,109). Sum of RGB (Red+Green+Blue) = 48+122+109=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #307A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A6D is #CF8592. Grayscale: #626262. Windows color (decimal): -13600147 or 7174704. OLE color: 7174704.
HSL color Cylindrical-coordinate representation of color #307A6D: hue angle of 169.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A6D is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 109 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.52 |
| HSL | 169.46º | 0.44% | 0.33% | - |
| HSV(B) | 169.46º | 0.61% | 0.48% | - |
| XYZ | 10.94 | 15.65 | 16.91 | - |
| YUV | 98.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 109 | 0.61 | 0 | 0.11 | 0.52 | 169.46 | 0.44 | 0.33 |
| Hex | 30 | 7A | 6D | 3D | 0 | B | 34 | A9 | 2C | 21 |
| Octal | 60 | 172 | 155 | 75 | 0 | 13 | 64 | 251 | 54 | 41 |
| Binary | 110000 | 1111010 | 1101101 | 111101 | 0 | 1011 | 110100 | 10101001 | 101100 | 100001 |
Color Harmonies of #307A6D
Complementary color
Monochromatic Colors of #307A6D
Black with #307A6D
Text Example
Text Example
White with #307A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A6D; }
p { color: rgb(48,122,109); }
H1.HeaderClassName
{
color: #307A6D;
}
.AnyTagClassName
{
color: #307A6D;
}
</style>
background-color css
<style>
a { background-color: #307A6D; }
a { background-color: rgb(48,122,109); }
div.DivClassName
{
background-color: #307A6D;
}
.BgClassName
{
background-color: #307A6D;
}
</style>
border-color css
<style>
span { border-color: #307A6D; }
span { border-color: rgb(48,122,109); }
td.TdClassName
{
border-color: #307A6D;
}
.TagClassName
{
border-color: #307A6D;
}
</style>