#3C8E8D

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

Shades of Blue Chill #3C8E8D

Tints of Blue Chill #3C8E8D

Color information

#3C8E8D (or 0x3C8E8D) is unknown color: approx Blue Chill. HEX triplet: 3C, 8E and 8D. RGB value is (60,142,141). Sum of RGB (Red+Green+Blue) = 60+142+141=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8E8D is #C37172. Grayscale: #757575. Windows color (decimal): -12808563 or 9276988. OLE color: 9276988.

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

Color convert

RGB60142141-
CMYK0.5800.010.44
HSL179.27º40.59%39.61%-
HSV(B)179.27º57.75%55.69%-
XYZ16.3422.2328.63-
YUV117.37141.3387.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=17.49%
G=41.40%
B=41.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601421410.5800.010.44179.2740.5939.61
Hex3C8E8D3A012Cb32928
Octal742162157201542635150
Binary11110010001110100011011110100110110010110011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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