Shades of Genoa #306667
Tints of Genoa #306667
RGB
CMYK
RGB Variations
Color information
#306667 (or 0x306667) is known color: Genoa. HEX triplet: 30, 66 and 67. RGB value is (48,102,103). Sum of RGB (Red+Green+Blue) = 48+102+103=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #306667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306667 is #CF9998. Grayscale: #555555. Windows color (decimal): -13605273 or 6776368. OLE color: 6776368.
HSL color Cylindrical-coordinate representation of color #306667: hue angle of 181.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306667 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 102 | 103 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.60 |
| HSL | 181.09º | 0.36% | 0.3% | - |
| HSV(B) | 181.09º | 0.53% | 0.4% | - |
| XYZ | 8.42 | 11.11 | 14.53 | - |
| YUV | 85.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 103 | 0.53 | 0.01 | 0 | 0.60 | 181.09 | 0.36 | 0.3 |
| Hex | 30 | 66 | 67 | 35 | 1 | 0 | 3C | B5 | 24 | 1E |
| Octal | 60 | 146 | 147 | 65 | 1 | 0 | 74 | 265 | 44 | 36 |
| Binary | 110000 | 1100110 | 1100111 | 110101 | 1 | 0 | 111100 | 10110101 | 100100 | 11110 |
Color Harmonies of #306667
Complementary color
Monochromatic Colors of #306667
Black with #306667
Text Example
Text Example
White with #306667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306667; }
p { color: rgb(48,102,103); }
H1.HeaderClassName
{
color: #306667;
}
.AnyTagClassName
{
color: #306667;
}
</style>
background-color css
<style>
a { background-color: #306667; }
a { background-color: rgb(48,102,103); }
div.DivClassName
{
background-color: #306667;
}
.BgClassName
{
background-color: #306667;
}
</style>
border-color css
<style>
span { border-color: #306667; }
span { border-color: rgb(48,102,103); }
td.TdClassName
{
border-color: #306667;
}
.TagClassName
{
border-color: #306667;
}
</style>