#339289

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

Shades of Blue Chill #339289

Tints of Blue Chill #339289

Color information

#339289 (or 0x339289) is unknown color: approx Blue Chill. HEX triplet: 33, 92 and 89. RGB value is (51,146,137). Sum of RGB (Red+Green+Blue) = 51+146+137=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #339289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339289 is #CC6D76. Grayscale: #747474. Windows color (decimal): -13397367 or 9015859. OLE color: 9015859.

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

Color convert

RGB51146137-
CMYK0.6500.060.43
HSL174.32º48.22%38.63%-
HSV(B)174.32º65.07%57.25%-
XYZ16.1623.0727.27-
YUV116.57139.5381.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=15.27%
G=43.71%
B=41.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461370.6500.060.43174.3248.2238.63
Hex33928941062Bae3027
Octal6322221110106532566047
Binary11001110010010100010011000001011010101110101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339289; }

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

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

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

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

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

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

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

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