#339492

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

Shades of Blue Chill #339492

Tints of Blue Chill #339492

Color information

#339492 (or 0x339492) is unknown color: approx Blue Chill. HEX triplet: 33, 94 and 92. RGB value is (51,148,146). Sum of RGB (Red+Green+Blue) = 51+148+146=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #339492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339492 is #CC6B6D. Grayscale: #767676. Windows color (decimal): -13396846 or 9606195. OLE color: 9606195.

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

Color convert

RGB51148146-
CMYK0.6600.010.42
HSL178.76º48.74%39.02%-
HSV(B)178.76º65.54%58.04%-
XYZ17.1423.9630.92-
YUV118.77143.3679.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.78%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=14.78%
G=42.90%
B=42.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481460.6600.010.42178.7648.7439.02
Hex33949242012Ab33127
Octal6322422210201522636147
Binary110011100101001001001010000100110101010110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339492; }

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

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

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

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

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

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

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

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