#339195

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

Shades of Blue Chill #339195

Tints of Blue Chill #339195

Color information

#339195 (or 0x339195) is unknown color: approx Blue Chill. HEX triplet: 33, 91 and 95. RGB value is (51,145,149). Sum of RGB (Red+Green+Blue) = 51+145+149=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #339195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339195 is #CC6E6A. Grayscale: #757575. Windows color (decimal): -13397611 or 9802035. OLE color: 9802035.

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

Color convert

RGB51145149-
CMYK0.660.0300.42
HSL182.45º49%39.22%-
HSV(B)182.45º65.77%58.43%-
XYZ16.9223.1232.01-
YUV117.35145.8680.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.78%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=14.78%
G=42.03%
B=43.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511451490.660.0300.42182.454939.22
Hex33919542302Ab63127
Octal6322122510230522666147
Binary1100111001000110010101100001011010101010110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339195; }

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

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

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

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

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

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

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

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