#348E8E

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

Shades of Blue Chill #348E8E

Tints of Blue Chill #348E8E

Color information

#348E8E (or 0x348E8E) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 8E. RGB value is (52,142,142). Sum of RGB (Red+Green+Blue) = 52+142+142=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #348E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E8E is #CB7171. Grayscale: #737373. Windows color (decimal): -13332850 or 9342516. OLE color: 9342516.

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

Color convert

RGB52142142-
CMYK0.63000.44
HSL180º46.39%38.04%-
HSV(B)180º63.38%55.69%-
XYZ15.9722.0329-
YUV115.09143.1883-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=15.48%
G=42.26%
B=42.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421420.63000.4418046.3938.04
Hex348E8E3F002Cb42e26
Octal642162167700542645646
Binary11010010001110100011101111110010110010110100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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