#3C968E

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

Shades of Blue Chill #3C968E

Tints of Blue Chill #3C968E

Color information

#3C968E (or 0x3C968E) is unknown color: approx Blue Chill. HEX triplet: 3C, 96 and 8E. RGB value is (60,150,142). Sum of RGB (Red+Green+Blue) = 60+150+142=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #3C968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C968E is #C36971. Grayscale: #7A7A7A. Windows color (decimal): -12806514 or 9344572. OLE color: 9344572.

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

Color convert

RGB60150142-
CMYK0.600.050.41
HSL174.67º42.86%41.18%-
HSV(B)174.67º60%58.82%-
XYZ17.6524.7329.43-
YUV122.18139.1883.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.05%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=17.05%
G=42.61%
B=40.34%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601501420.600.050.41174.6742.8641.18
Hex3C968E3C0529af2b29
Octal742262167405512575351
Binary1111001001011010001110111100010110100110101111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,142); }

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

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

 a { background-color: rgb(60,150,142); }

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

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

 span { border-color: rgb(60,150,142); }

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