#339394

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

Shades of Blue Chill #339394

Tints of Blue Chill #339394

Color information

#339394 (or 0x339394) is unknown color: approx Blue Chill. HEX triplet: 33, 93 and 94. RGB value is (51,147,148). Sum of RGB (Red+Green+Blue) = 51+147+148=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #339394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339394 is #CC6C6B. Grayscale: #767676. Windows color (decimal): -13397100 or 9737011. OLE color: 9737011.

HSL color Cylindrical-coordinate representation of color #339394: hue angle of 180.62º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339394 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51147148-
CMYK0.660.0100.42
HSL180.62º48.74%39.02%-
HSV(B)180.62º65.54%58.04%-
XYZ17.1423.7131.69-
YUV118.41144.779.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=14.74%
G=42.49%
B=42.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471480.660.0100.42180.6248.7439.02
Hex33939442102Ab53127
Octal6322322410210522656147
Binary110011100100111001010010000101010101010110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339394; }

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

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

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

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

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

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

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

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