#349188

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

Shades of Blue Chill #349188

Tints of Blue Chill #349188

Color information

#349188 (or 0x349188) is unknown color: approx Blue Chill. HEX triplet: 34, 91 and 88. RGB value is (52,145,136). Sum of RGB (Red+Green+Blue) = 52+145+136=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #349188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349188 is #CB6E77. Grayscale: #747474. Windows color (decimal): -13332088 or 8950068. OLE color: 8950068.

HSL color Cylindrical-coordinate representation of color #349188: hue angle of 174.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349188 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB52145136-
CMYK0.6400.060.43
HSL174.19º47.21%38.63%-
HSV(B)174.19º64.14%56.86%-
XYZ15.9922.7626.84-
YUV116.17139.1982.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=15.62%
G=43.54%
B=40.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451360.6400.060.43174.1947.2138.63
Hex34918840062Bae2f27
Octal6422121010006532565747
Binary11010010010001100010001000000011010101110101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349188; }

 p { color: rgb(52,145,136); }

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

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

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

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

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

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

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