#35776B

Color #35776B Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #35776B

Tints of Genoa #35776B

Color information

#35776B (or 0x35776B) is unknown color: approx Genoa. HEX triplet: 35, 77 and 6B. RGB value is (53,119,107). Sum of RGB (Red+Green+Blue) = 53+119+107=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #35776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35776B is #CA8894. Grayscale: #616161. Windows color (decimal): -13273237 or 7042869. OLE color: 7042869.

HSL color Cylindrical-coordinate representation of color #35776B: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35776B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB53119107-
CMYK0.5500.100.53
HSL169.09º38.37%33.73%-
HSV(B)169.09º55.46%46.67%-
XYZ10.7215.0116.24-
YUV97.9133.1395.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=19.00%
G=42.65%
B=38.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191070.5500.100.53169.0938.3733.73
Hex35776B370A35a92622
Octal6516715367012652514642
Binary110101111011111010111101110101011010110101001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35776B; }

 p { color: rgb(53,119,107); }

 H1.HeaderClassName
 {
   color: #35776B;
 }
 .AnyTagClassName
 {
   color: #35776B;
 }
</style>
background-color css

<style>
 a { background-color: #35776B; }

 a { background-color: rgb(53,119,107); }

 div.DivClassName
 {
   background-color: #35776B;
 }
 .BgClassName
 {
   background-color: #35776B;
 }
</style>
border-color css

<style>
 span { border-color: #35776B; }

 span { border-color: rgb(53,119,107); }

 td.TdClassName
 {
   border-color: #35776B;
 }
 .TagClassName
 {
   border-color: #35776B;
 }
</style>