#34938D

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

Shades of Blue Chill #34938D

Tints of Blue Chill #34938D

Color information

#34938D (or 0x34938D) is unknown color: approx Blue Chill. HEX triplet: 34, 93 and 8D. RGB value is (52,147,141). Sum of RGB (Red+Green+Blue) = 52+147+141=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #34938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34938D is #CB6C72. Grayscale: #757575. Windows color (decimal): -13331571 or 9278260. OLE color: 9278260.

HSL color Cylindrical-coordinate representation of color #34938D: hue angle of 176.21º 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 #34938D is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB52147141-
CMYK0.6500.040.42
HSL176.21º47.74%39.02%-
HSV(B)176.21º64.63%57.65%-
XYZ16.6623.5228.86-
YUV117.91141.0380.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=15.29%
G=43.24%
B=41.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521471410.6500.040.42176.2147.7439.02
Hex34938D41042Ab03027
Octal6422321510104522606047
Binary11010010010011100011011000001010010101010110000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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