#349289

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

Shades of Blue Chill #349289

Tints of Blue Chill #349289

Color information

#349289 (or 0x349289) is unknown color: approx Blue Chill. HEX triplet: 34, 92 and 89. RGB value is (52,146,137). Sum of RGB (Red+Green+Blue) = 52+146+137=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #349289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349289 is #CB6D76. Grayscale: #747474. Windows color (decimal): -13331831 or 9015860. OLE color: 9015860.

HSL color Cylindrical-coordinate representation of color #349289: hue angle of 174.26º 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 #349289 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB52146137-
CMYK0.6400.060.43
HSL174.26º47.47%38.82%-
HSV(B)174.26º64.38%57.25%-
XYZ16.2123.0927.27-
YUV116.87139.3681.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=15.52%
G=43.58%
B=40.90%

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
Decimal521461370.6400.060.43174.2647.4738.82
Hex34928940062Bae2f27
Octal6422221110006532565747
Binary11010010010010100010011000000011010101110101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349289; }

 p { color: rgb(52,146,137); }

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

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

 a { background-color: rgb(52,146,137); }

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

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

 span { border-color: rgb(52,146,137); }

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