#338778

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

Shades of Genoa #338778

Tints of Genoa #338778

Color information

#338778 (or 0x338778) is unknown color: approx Genoa. HEX triplet: 33, 87 and 78. RGB value is (51,135,120). Sum of RGB (Red+Green+Blue) = 51+135+120=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #338778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338778 is #CC7887. Grayscale: #6C6C6C. Windows color (decimal): -13400200 or 7898931. OLE color: 7898931.

HSL color Cylindrical-coordinate representation of color #338778: hue angle of 169.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338778 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB51135120-
CMYK0.6200.110.47
HSL169.29º45.16%36.47%-
HSV(B)169.29º62.22%52.94%-
XYZ13.4219.3920.8-
YUV108.17134.6787.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=16.67%
G=44.12%
B=39.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511351200.6200.110.47169.2945.1636.47
Hex3387783E0B2Fa92d24
Octal6320717076013572515544
Binary1100111000011111110001111100101110111110101001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338778; }

 p { color: rgb(51,135,120); }

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

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

 a { background-color: rgb(51,135,120); }

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

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

 span { border-color: rgb(51,135,120); }

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