#348B84

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

Shades of Blue Chill #348B84

Tints of Blue Chill #348B84

Color information

#348B84 (or 0x348B84) is unknown color: approx Blue Chill. HEX triplet: 34, 8B and 84. RGB value is (52,139,132). Sum of RGB (Red+Green+Blue) = 52+139+132=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #348B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B84 is #CB747B. Grayscale: #707070. Windows color (decimal): -13333628 or 8686388. OLE color: 8686388.

HSL color Cylindrical-coordinate representation of color #348B84: hue angle of 175.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B84 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB52139132-
CMYK0.6300.050.45
HSL175.17º45.55%37.45%-
HSV(B)175.17º62.59%54.51%-
XYZ14.8120.8625.08-
YUV112.19139.1885.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=16.10%
G=43.03%
B=40.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391320.6300.050.45175.1745.5537.45
Hex348B843F052Daf2e25
Octal642132047705552575645
Binary1101001000101110000100111111010110110110101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348B84; }

 p { color: rgb(52,139,132); }

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

<style>
 a { background-color: #348B84; }

 a { background-color: rgb(52,139,132); }

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

<style>
 span { border-color: #348B84; }

 span { border-color: rgb(52,139,132); }

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