Html Css Color HEX #338278 Elm

📋 copy color: '#338278'

red 51 ◦ green 130 ◦ blue 120

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

Shades of Elm #338278

Tints of Elm #338278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 16.94%
G = 43.19%
B = 39.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#338278 (or 0x338278) is known color: Elm. HEX triplet: 33, 82 and 78. RGB value is (51,130,120). Sum of RGB (Red+Green+Blue) = 51+130+120=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #338278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338278 is #CC7D87. Grayscale: #696969. Windows color (decimal): -13401480 or 7897651. OLE color: 7897651.

HSL color Cylindrical-coordinate representation of color #338278: hue angle of 172.41º 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 #338278 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 120 -
CMYK 0.61 0 0.08 0.49
HSL 172.41º 0.44% 0.35% -
HSV(B) 172.41º 0.61% 0.51% -
XYZ 12.74 18.03 20.58 -
YUV 105.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 51 130 120 0.61 0 0.08 0.49 172.41 0.44 0.35
Hex 33 82 78 3D 0 8 31 AC 2C 23
Octal 63 202 170 75 0 10 61 254 54 43
Binary 110011 10000010 1111000 111101 0 1000 110001 10101100 101100 100011

Color Harmonies of #338278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338278

Black with #338278

Text Example


Text Example

White with #338278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338278; }

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

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

background-color css

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

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

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

border-color css

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

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

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