#349195

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

Shades of Blue Chill #349195

Tints of Blue Chill #349195

Color information

#349195 (or 0x349195) is unknown color: approx Blue Chill. HEX triplet: 34, 91 and 95. RGB value is (52,145,149). Sum of RGB (Red+Green+Blue) = 52+145+149=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #349195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349195 is #CB6E6A. Grayscale: #757575. Windows color (decimal): -13332075 or 9802036. OLE color: 9802036.

HSL color Cylindrical-coordinate representation of color #349195: hue angle of 182.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349195 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52145149-
CMYK0.650.0300.42
HSL182.47º48.26%39.41%-
HSV(B)182.47º65.1%58.43%-
XYZ16.9723.1532.01-
YUV117.65145.6981.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=15.03%
G=41.91%
B=43.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521451490.650.0300.42182.4748.2639.41
Hex34919541302Ab63027
Octal6422122510130522666047
Binary1101001001000110010101100000111010101010110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349195; }

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

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

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

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

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

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

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

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