#3C8590

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

Shades of Blue Chill #3C8590

Tints of Blue Chill #3C8590

Color information

#3C8590 (or 0x3C8590) is unknown color: approx Blue Chill. HEX triplet: 3C, 85 and 90. RGB value is (60,133,144). Sum of RGB (Red+Green+Blue) = 60+133+144=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8590 is #C37A6F. Grayscale: #707070. Windows color (decimal): -12810864 or 9471292. OLE color: 9471292.

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

Color convert

RGB60133144-
CMYK0.580.0800.44
HSL187.86º41.18%40%-
HSV(B)187.86º58.33%56.47%-
XYZ15.2919.7529.39-
YUV112.43145.8290.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=17.80%
G=39.47%
B=42.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601331440.580.0800.44187.8641.1840
Hex3C85903A802Cbc2928
Octal7420522072100542745150
Binary11110010000101100100001110101000010110010111100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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