#3C939B

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

Shades of Blue Chill #3C939B

Tints of Blue Chill #3C939B

Color information

#3C939B (or 0x3C939B) is unknown color: approx Blue Chill. HEX triplet: 3C, 93 and 9B. RGB value is (60,147,155). Sum of RGB (Red+Green+Blue) = 60+147+155=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C939B is #C36C64. Grayscale: #797979. Windows color (decimal): -12807269 or 10195772. OLE color: 10195772.

HSL color Cylindrical-coordinate representation of color #3C939B: hue angle of 185.05º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C939B is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60147155-
CMYK0.610.0500.39
HSL185.05º44.19%42.16%-
HSV(B)185.05º61.29%60.78%-
XYZ18.2124.1934.72-
YUV121.9146.6883.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.57%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=16.57%
G=40.61%
B=42.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601471550.610.0500.39185.0544.1942.16
Hex3C939B3D5027b92c2a
Octal742232337550472715452
Binary1111001001001110011011111101101010011110111001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C939B; }

 p { color: rgb(60,147,155); }

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

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

 a { background-color: rgb(60,147,155); }

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

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

 span { border-color: rgb(60,147,155); }

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