#338880

Color #338880 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #338880

Tints of Elm #338880

Color information

#338880 (or 0x338880) is unknown color: approx Elm. HEX triplet: 33, 88 and 80. RGB value is (51,136,128). Sum of RGB (Red+Green+Blue) = 51+136+128=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #338880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338880 is #CC777F. Grayscale: #6D6D6D. Windows color (decimal): -13399936 or 8423475. OLE color: 8423475.

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

Color convert

RGB51136128-
CMYK0.6200.060.47
HSL174.35º45.45%36.67%-
HSV(B)174.35º62.5%53.33%-
XYZ14.0719.8723.52-
YUV109.67138.3486.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=16.19%
G=43.17%
B=40.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361280.6200.060.47174.3545.4536.67
Hex3388803E062Fae2d25
Octal632102007606572565545
Binary1100111000100010000000111110011010111110101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338880; }

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

 H1.HeaderClassName
 {
   color: #338880;
 }
 .AnyTagClassName
 {
   color: #338880;
 }
</style>
background-color css

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

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

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

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

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

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