#3C8990

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

Shades of Blue Chill #3C8990

Tints of Blue Chill #3C8990

Color information

#3C8990 (or 0x3C8990) is unknown color: approx Blue Chill. HEX triplet: 3C, 89 and 90. RGB value is (60,137,144). Sum of RGB (Red+Green+Blue) = 60+137+144=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8990 is #C3766F. Grayscale: #727272. Windows color (decimal): -12809840 or 9472316. OLE color: 9472316.

HSL color Cylindrical-coordinate representation of color #3C8990: hue angle of 185º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8990 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60137144-
CMYK0.580.0500.44
HSL185º41.18%40%-
HSV(B)185º58.33%56.47%-
XYZ15.8420.8729.58-
YUV114.78144.4988.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.60%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=17.60%
G=40.18%
B=42.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601371440.580.0500.4418541.1840
Hex3C89903A502Cb92928
Octal742112207250542715150
Binary1111001000100110010000111010101010110010111001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,137,144); }

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

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

 a { background-color: rgb(60,137,144); }

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

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

 span { border-color: rgb(60,137,144); }

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