Html Css Color HEX #338077 Elm

📋 copy color: '#338077'

red 51 ◦ green 128 ◦ blue 119

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

Shades of Elm #338077

Tints of Elm #338077

RGB

 RED value IS 51 (20.31% from 255) = 17.11%

 GREEN value IS 128 (50.39% from 255) = 42.95%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 17.11%
G = 42.95%
B = 39.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#338077 (or 0x338077) is known color: Elm. HEX triplet: 33, 80 and 77. RGB value is (51,128,119). Sum of RGB (Red+Green+Blue) = 51+128+119=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #338077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338077 is #CC7F88. Grayscale: #676767. Windows color (decimal): -13401993 or 7831603. OLE color: 7831603.

HSL color Cylindrical-coordinate representation of color #338077: hue angle of 172.99º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338077 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 119 -
CMYK 0.60 0 0.07 0.50
HSL 172.99º 0.43% 0.35% -
HSV(B) 172.99º 0.6% 0.5% -
XYZ 12.41 17.47 20.17 -
YUV 103.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 51 128 119 0.60 0 0.07 0.50 172.99 0.43 0.35
Hex 33 80 77 3C 0 7 32 AD 2B 23
Octal 63 200 167 74 0 7 62 255 53 43
Binary 110011 10000000 1110111 111100 0 111 110010 10101101 101011 100011

Color Harmonies of #338077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338077

Black with #338077

Text Example


Text Example

White with #338077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338077; }

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

 H1.HeaderClassName
 {
   color: #338077;
 }
 .AnyTagClassName
 {
   color: #338077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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