#348E84

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

Shades of Blue Chill #348E84

Tints of Blue Chill #348E84

Color information

#348E84 (or 0x348E84) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 84. RGB value is (52,142,132). Sum of RGB (Red+Green+Blue) = 52+142+132=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #348E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E84 is #CB717B. Grayscale: #717171. Windows color (decimal): -13332860 or 8687156. OLE color: 8687156.

HSL color Cylindrical-coordinate representation of color #348E84: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E84 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB52142132-
CMYK0.6300.070.44
HSL173.33º46.39%38.04%-
HSV(B)173.33º63.38%55.69%-
XYZ15.2521.7425.22-
YUV113.95138.1883.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=15.95%
G=43.56%
B=40.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421320.6300.070.44173.3346.3938.04
Hex348E843F072Cad2e26
Octal642162047707542555646
Binary1101001000111010000100111111011110110010101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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