#3C8890

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

Shades of Blue Chill #3C8890

Tints of Blue Chill #3C8890

Color information

#3C8890 (or 0x3C8890) is unknown color: approx Blue Chill. HEX triplet: 3C, 88 and 90. RGB value is (60,136,144). Sum of RGB (Red+Green+Blue) = 60+136+144=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8890 is #C3776F. Grayscale: #727272. Windows color (decimal): -12810096 or 9472060. OLE color: 9472060.

HSL color Cylindrical-coordinate representation of color #3C8890: hue angle of 185.71º 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 #3C8890 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60136144-
CMYK0.580.0600.44
HSL185.71º41.18%40%-
HSV(B)185.71º58.33%56.47%-
XYZ15.720.5829.53-
YUV114.19144.8289.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=17.65%
G=40%
B=42.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601361440.580.0600.44185.7141.1840
Hex3C88903A602Cba2928
Octal742102207260542725150
Binary1111001000100010010000111010110010110010111010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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