#34978E

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

Shades of Blue Chill #34978E

Tints of Blue Chill #34978E

Color information

#34978E (or 0x34978E) is unknown color: approx Blue Chill. HEX triplet: 34, 97 and 8E. RGB value is (52,151,142). Sum of RGB (Red+Green+Blue) = 52+151+142=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #34978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34978E is #CB6871. Grayscale: #787878. Windows color (decimal): -13330546 or 9344820. OLE color: 9344820.

HSL color Cylindrical-coordinate representation of color #34978E: hue angle of 174.55º 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 #34978E is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB52151142-
CMYK0.6600.060.41
HSL174.55º48.77%39.8%-
HSV(B)174.55º65.56%59.22%-
XYZ17.3724.8229.47-
YUV120.37140.279.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.07%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=15.07%
G=43.77%
B=41.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511420.6600.060.41174.5548.7739.8
Hex34978E420629af3128
Octal6422721610206512576150
Binary11010010010111100011101000010011010100110101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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