#349694

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

Shades of Blue Chill #349694

Tints of Blue Chill #349694

Color information

#349694 (or 0x349694) is unknown color: approx Blue Chill. HEX triplet: 34, 96 and 94. RGB value is (52,150,148). Sum of RGB (Red+Green+Blue) = 52+150+148=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #349694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349694 is #CB696B. Grayscale: #787878. Windows color (decimal): -13330796 or 9737780. OLE color: 9737780.

HSL color Cylindrical-coordinate representation of color #349694: hue angle of 178.78º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349694 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB52150148-
CMYK0.6500.010.41
HSL178.78º48.51%39.61%-
HSV(B)178.78º65.33%58.82%-
XYZ17.6724.6831.85-
YUV120.47143.5379.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.86%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=14.86%
G=42.86%
B=42.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501480.6500.010.41178.7848.5139.61
Hex349694410129b33128
Octal6422622410101512636150
Binary110100100101101001010010000010110100110110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349694; }

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

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

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

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

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

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

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

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