#348C89

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

Shades of Blue Chill #348C89

Tints of Blue Chill #348C89

Color information

#348C89 (or 0x348C89) is unknown color: approx Blue Chill. HEX triplet: 34, 8C and 89. RGB value is (52,140,137). Sum of RGB (Red+Green+Blue) = 52+140+137=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #348C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C89 is #CB7376. Grayscale: #717171. Windows color (decimal): -13333367 or 9014324. OLE color: 9014324.

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

Color convert

RGB52140137-
CMYK0.6300.020.45
HSL177.95º45.83%37.65%-
HSV(B)177.95º62.86%54.9%-
XYZ15.3121.2926.97-
YUV113.35141.3584.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=15.81%
G=42.55%
B=41.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521401370.6300.020.45177.9545.8337.65
Hex348C893F022Db22e26
Octal642142117702552625646
Binary110100100011001000100111111101010110110110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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