#339392

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

Shades of Blue Chill #339392

Tints of Blue Chill #339392

Color information

#339392 (or 0x339392) is unknown color: approx Blue Chill. HEX triplet: 33, 93 and 92. RGB value is (51,147,146). Sum of RGB (Red+Green+Blue) = 51+147+146=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #339392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339392 is #CC6C6D. Grayscale: #767676. Windows color (decimal): -13397102 or 9605939. OLE color: 9605939.

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

Color convert

RGB51147146-
CMYK0.6500.010.42
HSL179.38º48.48%38.82%-
HSV(B)179.38º65.31%57.65%-
XYZ16.9923.6530.86-
YUV118.18143.780.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=14.83%
G=42.73%
B=42.44%

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
Decimal511471460.6500.010.42179.3848.4838.82
Hex33939241012Ab33027
Octal6322322210101522636047
Binary110011100100111001001010000010110101010110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339392; }

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

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

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

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

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

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

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

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