#3C8691

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

Shades of Blue Chill #3C8691

Tints of Blue Chill #3C8691

Color information

#3C8691 (or 0x3C8691) is unknown color: approx Blue Chill. HEX triplet: 3C, 86 and 91. RGB value is (60,134,145). Sum of RGB (Red+Green+Blue) = 60+134+145=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C8691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8691 is #C3796E. Grayscale: #717171. Windows color (decimal): -12810607 or 9537084. OLE color: 9537084.

HSL color Cylindrical-coordinate representation of color #3C8691: hue angle of 187.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C8691 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB60134145-
CMYK0.590.0800.43
HSL187.76º41.46%40.2%-
HSV(B)187.76º58.62%56.86%-
XYZ15.520.0629.84-
YUV113.13145.9890.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.70%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=17.70%
G=39.53%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601341450.590.0800.43187.7641.4640.2
Hex3C86913B802Bbc2928
Octal7420622173100532745150
Binary11110010000110100100011110111000010101110111100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,145); }

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

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

 a { background-color: rgb(60,134,145); }

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

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

 span { border-color: rgb(60,134,145); }

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