#34978F

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

Shades of Blue Chill #34978F

Tints of Blue Chill #34978F

Color information

#34978F (or 0x34978F) is unknown color: approx Blue Chill. HEX triplet: 34, 97 and 8F. RGB value is (52,151,143). Sum of RGB (Red+Green+Blue) = 52+151+143=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #34978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34978F is #CB6870. Grayscale: #787878. Windows color (decimal): -13330545 or 9410356. OLE color: 9410356.

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

Color convert

RGB52151143-
CMYK0.6600.050.41
HSL175.15º48.77%39.8%-
HSV(B)175.15º65.56%59.22%-
XYZ17.4424.8529.86-
YUV120.49140.779.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=15.03%
G=43.64%
B=41.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511430.6600.050.41175.1548.7739.8
Hex34978F420529af3128
Octal6422721710205512576150
Binary11010010010111100011111000010010110100110101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34978F; }

 p { color: rgb(52,151,143); }

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

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

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

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

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

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

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