#349594

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

Shades of Blue Chill #349594

Tints of Blue Chill #349594

Color information

#349594 (or 0x349594) is unknown color: approx Blue Chill. HEX triplet: 34, 95 and 94. RGB value is (52,149,148). Sum of RGB (Red+Green+Blue) = 52+149+148=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #349594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349594 is #CB6A6B. Grayscale: #777777. Windows color (decimal): -13331052 or 9737524. OLE color: 9737524.

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

Color convert

RGB52149148-
CMYK0.6500.010.42
HSL179.38º48.26%39.41%-
HSV(B)179.38º65.1%58.43%-
XYZ17.5124.3631.8-
YUV119.88143.8679.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=14.90%
G=42.69%
B=42.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491480.6500.010.42179.3848.2639.41
Hex34959441012Ab33027
Octal6422522410101522636047
Binary110100100101011001010010000010110101010110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349594; }

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

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

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

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

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

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

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

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