#348D84

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

Shades of Blue Chill #348D84

Tints of Blue Chill #348D84

Color information

#348D84 (or 0x348D84) is unknown color: approx Blue Chill. HEX triplet: 34, 8D and 84. RGB value is (52,141,132). Sum of RGB (Red+Green+Blue) = 52+141+132=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #348D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D84 is #CB727B. Grayscale: #717171. Windows color (decimal): -13333116 or 8686900. OLE color: 8686900.

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

Color convert

RGB52141132-
CMYK0.6300.060.45
HSL173.93º46.11%37.84%-
HSV(B)173.93º63.12%55.29%-
XYZ15.1121.4525.17-
YUV113.36138.5184.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=16%
G=43.38%
B=40.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521411320.6300.060.45173.9346.1137.84
Hex348D843F062Dae2e26
Octal642152047706552565646
Binary1101001000110110000100111111011010110110101110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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