#348A86

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

Shades of Blue Chill #348A86

Tints of Blue Chill #348A86

Color information

#348A86 (or 0x348A86) is unknown color: approx Blue Chill. HEX triplet: 34, 8A and 86. RGB value is (52,138,134). Sum of RGB (Red+Green+Blue) = 52+138+134=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #348A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A86 is #CB7579. Grayscale: #6F6F6F. Windows color (decimal): -13333882 or 8817204. OLE color: 8817204.

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

Color convert

RGB52138134-
CMYK0.6200.030.46
HSL177.21º45.26%37.25%-
HSV(B)177.21º62.32%54.12%-
XYZ14.8120.6325.76-
YUV111.83140.5185.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=16.05%
G=42.59%
B=41.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521381340.6200.030.46177.2145.2637.25
Hex348A863E032Eb12d25
Octal642122067603562615545
Binary110100100010101000011011111001110111010110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,138,134); }

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

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

 a { background-color: rgb(52,138,134); }

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

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

 span { border-color: rgb(52,138,134); }

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