#349491

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

Shades of Blue Chill #349491

Tints of Blue Chill #349491

Color information

#349491 (or 0x349491) is unknown color: approx Blue Chill. HEX triplet: 34, 94 and 91. RGB value is (52,148,145). Sum of RGB (Red+Green+Blue) = 52+148+145=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #349491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349491 is #CB6B6E. Grayscale: #767676. Windows color (decimal): -13331311 or 9540660. OLE color: 9540660.

HSL color Cylindrical-coordinate representation of color #349491: hue angle of 178.12º 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 #349491 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB52148145-
CMYK0.6500.020.42
HSL178.12º48%39.22%-
HSV(B)178.12º64.86%58.04%-
XYZ17.1223.9530.51-
YUV118.95142.780.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.07%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=15.07%
G=42.90%
B=42.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481450.6500.020.42178.124839.22
Hex34949141022Ab23027
Octal6422422110102522626047
Binary1101001001010010010001100000101010101010110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349491; }

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

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

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

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

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

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

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

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