Html Css Color HEX #338279 Elm

📋 copy color: '#338279'

red 51 ◦ green 130 ◦ blue 121

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

Shades of Elm #338279

Tints of Elm #338279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 16.89%
G = 43.05%
B = 40.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#338279 (or 0x338279) is known color: Elm. HEX triplet: 33, 82 and 79. RGB value is (51,130,121). Sum of RGB (Red+Green+Blue) = 51+130+121=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #338279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338279 is #CC7D86. Grayscale: #696969. Windows color (decimal): -13401479 or 7963187. OLE color: 7963187.

HSL color Cylindrical-coordinate representation of color #338279: hue angle of 173.16º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338279 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 121 -
CMYK 0.61 0 0.07 0.49
HSL 173.16º 0.44% 0.35% -
HSV(B) 173.16º 0.61% 0.51% -
XYZ 12.8 18.05 20.9 -
YUV 105.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 51 130 121 0.61 0 0.07 0.49 173.16 0.44 0.35
Hex 33 82 79 3D 0 7 31 AD 2C 23
Octal 63 202 171 75 0 7 61 255 54 43
Binary 110011 10000010 1111001 111101 0 111 110001 10101101 101100 100011

Color Harmonies of #338279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338279

Black with #338279

Text Example


Text Example

White with #338279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338279; }

 p { color: rgb(51,130,121); }

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

background-color css

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

 a { background-color: rgb(51,130,121); }

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

border-color css

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

 span { border-color: rgb(51,130,121); }

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