#348D87

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

Shades of Blue Chill #348D87

Tints of Blue Chill #348D87

Color information

#348D87 (or 0x348D87) is unknown color: approx Blue Chill. HEX triplet: 34, 8D and 87. RGB value is (52,141,135). Sum of RGB (Red+Green+Blue) = 52+141+135=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #348D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D87 is #CB7278. Grayscale: #717171. Windows color (decimal): -13333113 or 8883508. OLE color: 8883508.

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

Color convert

RGB52141135-
CMYK0.6300.040.45
HSL175.96º46.11%37.84%-
HSV(B)175.96º63.12%55.29%-
XYZ15.3121.5326.27-
YUV113.7140.0183.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=15.85%
G=42.99%
B=41.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521411350.6300.040.45175.9646.1137.84
Hex348D873F042Db02e26
Octal642152077704552605646
Binary1101001000110110000111111111010010110110110000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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