#3C918B

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

Shades of Blue Chill #3C918B

Tints of Blue Chill #3C918B

Color information

#3C918B (or 0x3C918B) is unknown color: approx Blue Chill. HEX triplet: 3C, 91 and 8B. RGB value is (60,145,139). Sum of RGB (Red+Green+Blue) = 60+145+139=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #3C918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C918B is #C36E74. Grayscale: #767676. Windows color (decimal): -12807797 or 9146684. OLE color: 9146684.

HSL color Cylindrical-coordinate representation of color #3C918B: hue angle of 175.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 #3C918B is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB60145139-
CMYK0.5900.040.43
HSL175.76º41.46%40.2%-
HSV(B)175.76º58.62%56.86%-
XYZ16.6523.0828-
YUV118.9139.3485.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.44%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=17.44%
G=42.15%
B=40.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451390.5900.040.43175.7641.4640.2
Hex3C918B3B042Bb02928
Octal742212137304532605150
Binary1111001001000110001011111011010010101110110000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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