#3C969C

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

Shades of Blue Chill #3C969C

Tints of Blue Chill #3C969C

Color information

#3C969C (or 0x3C969C) is unknown color: approx Blue Chill. HEX triplet: 3C, 96 and 9C. RGB value is (60,150,156). Sum of RGB (Red+Green+Blue) = 60+150+156=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C969C is #C36963. Grayscale: #7B7B7B. Windows color (decimal): -12806500 or 10262076. OLE color: 10262076.

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

Color convert

RGB60150156-
CMYK0.620.0400.39
HSL183.75º44.44%42.35%-
HSV(B)183.75º61.54%61.18%-
XYZ18.7725.1735.32-
YUV123.77146.1882.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=16.39%
G=40.98%
B=42.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601501560.620.0400.39183.7544.4442.35
Hex3C969C3E4027b82c2a
Octal742262347640472705452
Binary1111001001011010011100111110100010011110111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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