#339494

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

Shades of Blue Chill #339494

Tints of Blue Chill #339494

Color information

#339494 (or 0x339494) is unknown color: approx Blue Chill. HEX triplet: 33, 94 and 94. RGB value is (51,148,148). Sum of RGB (Red+Green+Blue) = 51+148+148=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #339494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339494 is #CC6B6B. Grayscale: #767676. Windows color (decimal): -13396844 or 9737267. OLE color: 9737267.

HSL color Cylindrical-coordinate representation of color #339494: hue angle of 180º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339494 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51148148-
CMYK0.66000.42
HSL180º48.74%39.02%-
HSV(B)180º65.54%58.04%-
XYZ17.324.0231.74-
YUV119144.3679.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.70%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=14.70%
G=42.65%
B=42.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481480.66000.4218048.7439.02
Hex33949442002Ab43127
Octal6322422410200522646147
Binary110011100101001001010010000100010101010110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339494; }

 p { color: rgb(51,148,148); }

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

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

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

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

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

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

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