#338E84

Color #338E84 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #338E84

Tints of Blue Chill #338E84

Color information

#338E84 (or 0x338E84) is unknown color: approx Blue Chill. HEX triplet: 33, 8E and 84. RGB value is (51,142,132). Sum of RGB (Red+Green+Blue) = 51+142+132=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #338E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338E84 is #CC717B. Grayscale: #717171. Windows color (decimal): -13398396 or 8687155. OLE color: 8687155.

HSL color Cylindrical-coordinate representation of color #338E84: hue angle of 173.41º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E84 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB51142132-
CMYK0.6400.070.44
HSL173.41º47.15%37.84%-
HSV(B)173.41º64.08%55.69%-
XYZ15.221.7225.22-
YUV113.65138.3583.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=15.69%
G=43.69%
B=40.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421320.6400.070.44173.4147.1537.84
Hex338E8440072Cad2f26
Octal6321620410007542555746
Binary11001110001110100001001000000011110110010101101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338E84; }

 p { color: rgb(51,142,132); }

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

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

 a { background-color: rgb(51,142,132); }

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

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

 span { border-color: rgb(51,142,132); }

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