#348E8A

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

Shades of Blue Chill #348E8A

Tints of Blue Chill #348E8A

Color information

#348E8A (or 0x348E8A) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 8A. RGB value is (52,142,138). Sum of RGB (Red+Green+Blue) = 52+142+138=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #348E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E8A is #CB7175. Grayscale: #727272. Windows color (decimal): -13332854 or 9080372. OLE color: 9080372.

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

Color convert

RGB52142138-
CMYK0.6300.030.44
HSL177.33º46.39%38.04%-
HSV(B)177.33º63.38%55.69%-
XYZ15.6821.9127.45-
YUV114.63141.1883.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=15.66%
G=42.77%
B=41.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421380.6300.030.44177.3346.3938.04
Hex348E8A3F032Cb12e26
Octal642162127703542615646
Binary110100100011101000101011111101110110010110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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