#3C8491

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

Shades of Blue Chill #3C8491

Tints of Blue Chill #3C8491

Color information

#3C8491 (or 0x3C8491) is unknown color: approx Blue Chill. HEX triplet: 3C, 84 and 91. RGB value is (60,132,145). Sum of RGB (Red+Green+Blue) = 60+132+145=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C8491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8491 is #C37B6E. Grayscale: #6F6F6F. Windows color (decimal): -12811119 or 9536572. OLE color: 9536572.

HSL color Cylindrical-coordinate representation of color #3C8491: hue angle of 189.18º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C8491 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB60132145-
CMYK0.590.0900.43
HSL189.18º41.46%40.2%-
HSV(B)189.18º58.62%56.86%-
XYZ15.2319.5129.75-
YUV111.95146.6590.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=17.80%
G=39.17%
B=43.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601321450.590.0900.43189.1841.4640.2
Hex3C84913B902Bbd2928
Octal7420422173110532755150
Binary11110010000100100100011110111001010101110111101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,145); }

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

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

 a { background-color: rgb(60,132,145); }

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

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

 span { border-color: rgb(60,132,145); }

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