#349494

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

Shades of Blue Chill #349494

Tints of Blue Chill #349494

Color information

#349494 (or 0x349494) is unknown color: approx Blue Chill. HEX triplet: 34, 94 and 94. RGB value is (52,148,148). Sum of RGB (Red+Green+Blue) = 52+148+148=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #349494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349494 is #CB6B6B. Grayscale: #777777. Windows color (decimal): -13331308 or 9737268. OLE color: 9737268.

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

Color convert

RGB52148148-
CMYK0.65000.42
HSL180º48%39.22%-
HSV(B)180º64.86%58.04%-
XYZ17.3524.0531.74-
YUV119.3144.280-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=14.94%
G=42.53%
B=42.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481480.65000.421804839.22
Hex34949441002Ab43027
Octal6422422410100522646047
Binary110100100101001001010010000010010101010110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349494; }

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

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

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

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

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

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

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

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