#348D89

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

Shades of Blue Chill #348D89

Tints of Blue Chill #348D89

Color information

#348D89 (or 0x348D89) is unknown color: approx Blue Chill. HEX triplet: 34, 8D and 89. RGB value is (52,141,137). Sum of RGB (Red+Green+Blue) = 52+141+137=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #348D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D89 is #CB7276. Grayscale: #717171. Windows color (decimal): -13333111 or 9014580. OLE color: 9014580.

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

Color convert

RGB52141137-
CMYK0.6300.030.45
HSL177.3º46.11%37.84%-
HSV(B)177.3º63.12%55.29%-
XYZ15.4621.5927.02-
YUV113.93141.0183.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=15.76%
G=42.73%
B=41.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521411370.6300.030.45177.346.1137.84
Hex348D893F032Db12e26
Octal642152117703552615646
Binary110100100011011000100111111101110110110110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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