#348B88

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

Shades of Blue Chill #348B88

Tints of Blue Chill #348B88

Color information

#348B88 (or 0x348B88) is unknown color: approx Blue Chill. HEX triplet: 34, 8B and 88. RGB value is (52,139,136). Sum of RGB (Red+Green+Blue) = 52+139+136=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #348B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B88 is #CB7477. Grayscale: #707070. Windows color (decimal): -13333624 or 8948532. OLE color: 8948532.

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

Color convert

RGB52139136-
CMYK0.6300.020.45
HSL177.93º45.55%37.45%-
HSV(B)177.93º62.59%54.51%-
XYZ15.0920.9726.55-
YUV112.64141.1884.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=15.90%
G=42.51%
B=41.59%

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
Decimal521391360.6300.020.45177.9345.5537.45
Hex348B883F022Db22e25
Octal642132107702552625645
Binary110100100010111000100011111101010110110110010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,136); }

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

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

 a { background-color: rgb(52,139,136); }

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

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

 span { border-color: rgb(52,139,136); }

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