#348E90

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

Shades of Blue Chill #348E90

Tints of Blue Chill #348E90

Color information

#348E90 (or 0x348E90) is unknown color: approx Blue Chill. HEX triplet: 34, 8E and 90. RGB value is (52,142,144). Sum of RGB (Red+Green+Blue) = 52+142+144=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #348E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E90 is #CB716F. Grayscale: #737373. Windows color (decimal): -13332848 or 9473588. OLE color: 9473588.

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

Color convert

RGB52142144-
CMYK0.640.0100.44
HSL181.3º46.94%38.43%-
HSV(B)181.3º63.89%56.47%-
XYZ16.1222.0929.8-
YUV115.32144.1882.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=15.38%
G=42.01%
B=42.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421440.640.0100.44181.346.9438.43
Hex348E9040102Cb52f26
Octal6421622010010542655746
Binary110100100011101001000010000001010110010110101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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