#348E87

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

Shades of Blue Chill #348E87

Tints of Blue Chill #348E87

Color information

#348E87 (or 0x348E87) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 87. RGB value is (52,142,135). Sum of RGB (Red+Green+Blue) = 52+142+135=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #348E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E87 is #CB7178. Grayscale: #727272. Windows color (decimal): -13332857 or 8883764. OLE color: 8883764.

HSL color Cylindrical-coordinate representation of color #348E87: hue angle of 175.33º 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 #348E87 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB52142135-
CMYK0.6300.050.44
HSL175.33º46.39%38.04%-
HSV(B)175.33º63.38%55.69%-
XYZ15.4621.8326.32-
YUV114.29139.6883.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=15.81%
G=43.16%
B=41.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421350.6300.050.44175.3346.3938.04
Hex348E873F052Caf2e26
Octal642162077705542575646
Binary1101001000111010000111111111010110110010101111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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