#348E86

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

Shades of Blue Chill #348E86

Tints of Blue Chill #348E86

Color information

#348E86 (or 0x348E86) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 86. RGB value is (52,142,134). Sum of RGB (Red+Green+Blue) = 52+142+134=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #348E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E86 is #CB7179. Grayscale: #727272. Windows color (decimal): -13332858 or 8818228. OLE color: 8818228.

HSL color Cylindrical-coordinate representation of color #348E86: hue angle of 174.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E86 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB52142134-
CMYK0.6300.060.44
HSL174.67º46.39%38.04%-
HSV(B)174.67º63.38%55.69%-
XYZ15.3921.825.95-
YUV114.18139.1883.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=15.85%
G=43.29%
B=40.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421340.6300.060.44174.6746.3938.04
Hex348E863F062Caf2e26
Octal642162067706542575646
Binary1101001000111010000110111111011010110010101111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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