#339395

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

Shades of Blue Chill #339395

Tints of Blue Chill #339395

Color information

#339395 (or 0x339395) is unknown color: approx Blue Chill. HEX triplet: 33, 93 and 95. RGB value is (51,147,149). Sum of RGB (Red+Green+Blue) = 51+147+149=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #339395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339395 is #CC6C6A. Grayscale: #767676. Windows color (decimal): -13397099 or 9802547. OLE color: 9802547.

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

Color convert

RGB51147149-
CMYK0.660.0100.42
HSL181.22º49%39.22%-
HSV(B)181.22º65.77%58.43%-
XYZ17.2223.7432.11-
YUV118.52145.279.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.70%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=14.70%
G=42.36%
B=42.94%

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
Decimal511471490.660.0100.42181.224939.22
Hex33939542102Ab53127
Octal6322322510210522656147
Binary110011100100111001010110000101010101010110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339395; }

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

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

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

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

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

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

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

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