#348D88

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

Shades of Blue Chill #348D88

Tints of Blue Chill #348D88

Color information

#348D88 (or 0x348D88) is unknown color: approx Blue Chill. HEX triplet: 34, 8D and 88. RGB value is (52,141,136). Sum of RGB (Red+Green+Blue) = 52+141+136=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #348D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D88 is #CB7277. Grayscale: #717171. Windows color (decimal): -13333112 or 8949044. OLE color: 8949044.

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

Color convert

RGB52141136-
CMYK0.6300.040.45
HSL176.63º46.11%37.84%-
HSV(B)176.63º63.12%55.29%-
XYZ15.3821.5626.64-
YUV113.82140.5183.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=15.81%
G=42.86%
B=41.34%

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
Decimal521411360.6300.040.45176.6346.1137.84
Hex348D883F042Db12e26
Octal642152107704552615646
Binary1101001000110110001000111111010010110110110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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