#337774

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

Shades of Elm #337774

Tints of Elm #337774

Color information

#337774 (or 0x337774) is unknown color: approx Elm. HEX triplet: 33, 77 and 74. RGB value is (51,119,116). Sum of RGB (Red+Green+Blue) = 51+119+116=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #337774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337774 is #CC888B. Grayscale: #626262. Windows color (decimal): -13404300 or 7632691. OLE color: 7632691.

HSL color Cylindrical-coordinate representation of color #337774: hue angle of 177.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337774 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB51119116-
CMYK0.5700.030.53
HSL177.35º40%33.33%-
HSV(B)177.35º57.14%46.67%-
XYZ11.1115.1618.86-
YUV98.33137.9794.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=17.83%
G=41.61%
B=40.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191160.5700.030.53177.354033.33
Hex337774390335b12821
Octal631671647103652615041
Binary1100111110111111010011100101111010110110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337774; }

 p { color: rgb(51,119,116); }

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

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

 a { background-color: rgb(51,119,116); }

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

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

 span { border-color: rgb(51,119,116); }

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