#34948F

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

Shades of Blue Chill #34948F

Tints of Blue Chill #34948F

Color information

#34948F (or 0x34948F) is unknown color: approx Blue Chill. HEX triplet: 34, 94 and 8F. RGB value is (52,148,143). Sum of RGB (Red+Green+Blue) = 52+148+143=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #34948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34948F is #CB6B70. Grayscale: #767676. Windows color (decimal): -13331313 or 9409588. OLE color: 9409588.

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

Color convert

RGB52148143-
CMYK0.6500.030.42
HSL176.88º48%39.22%-
HSV(B)176.88º64.86%58.04%-
XYZ16.9623.8929.7-
YUV118.73141.780.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=15.16%
G=43.15%
B=41.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481430.6500.030.42176.884839.22
Hex34948F41032Ab13027
Octal6422421710103522616047
Binary1101001001010010001111100000101110101010110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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