Html Css Color HEX #338780 Elm

📋 copy color: '#338780'

red 51 ◦ green 135 ◦ blue 128

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

Shades of Elm #338780

Tints of Elm #338780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 16.24%
G = 42.99%
B = 40.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#338780 (or 0x338780) is known color: Elm. HEX triplet: 33, 87 and 80. RGB value is (51,135,128). Sum of RGB (Red+Green+Blue) = 51+135+128=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #338780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338780 is #CC787F. Grayscale: #6D6D6D. Windows color (decimal): -13400192 or 8423219. OLE color: 8423219.

HSL color Cylindrical-coordinate representation of color #338780: hue angle of 175º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338780 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 135 128 -
CMYK 0.62 0 0.05 0.47
HSL 175º 0.45% 0.36% -
HSV(B) 175º 0.62% 0.53% -
XYZ 13.93 19.59 23.47 -
YUV 109.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 51 135 128 0.62 0 0.05 0.47 175 0.45 0.36
Hex 33 87 80 3E 0 5 2F AF 2D 24
Octal 63 207 200 76 0 5 57 257 55 44
Binary 110011 10000111 10000000 111110 0 101 101111 10101111 101101 100100

Color Harmonies of #338780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338780

Black with #338780

Text Example


Text Example

White with #338780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338780; }

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

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

background-color css

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

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

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

border-color css

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

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

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