Html Css Color HEX #337774 Elm

📋 copy color: '#337774'

red 51 ◦ green 119 ◦ blue 116

#337774
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #337774

Tints of Elm #337774

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.7% from 255) = 40.56%

R = 17.83%
G = 41.61%
B = 40.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#337774 (or 0x337774) is known color: 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

RGB 51 119 116 -
CMYK 0.57 0 0.03 0.53
HSL 177.35º 0.4% 0.33% -
HSV(B) 177.35º 0.57% 0.47% -
XYZ 11.11 15.16 18.86 -
YUV 98.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 51 119 116 0.57 0 0.03 0.53 177.35 0.4 0.33
Hex 33 77 74 39 0 3 35 B1 28 21
Octal 63 167 164 71 0 3 65 261 50 41
Binary 110011 1110111 1110100 111001 0 11 110101 10110001 101000 100001

Color Harmonies of #337774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337774

Black with #337774

Text Example


Text Example

White with #337774

Text Example


Text Example

HTML Codes & Css Web 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>