#34908D

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

Shades of Blue Chill #34908D

Tints of Blue Chill #34908D

Color information

#34908D (or 0x34908D) is unknown color: approx Blue Chill. HEX triplet: 34, 90 and 8D. RGB value is (52,144,141). Sum of RGB (Red+Green+Blue) = 52+144+141=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #34908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34908D is #CB6F72. Grayscale: #747474. Windows color (decimal): -13332339 or 9277492. OLE color: 9277492.

HSL color Cylindrical-coordinate representation of color #34908D: hue angle of 178.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34908D is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB52144141-
CMYK0.6400.020.44
HSL178.04º46.94%38.43%-
HSV(B)178.04º63.89%56.47%-
XYZ16.222.628.71-
YUV116.15142.0282.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=15.43%
G=42.73%
B=41.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441410.6400.020.44178.0446.9438.43
Hex34908D40022Cb22f26
Octal6422021510002542625746
Binary1101001001000010001101100000001010110010110010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34908D; }

 p { color: rgb(52,144,141); }

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

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

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

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

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

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

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