#3C8883

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

Shades of Blue Chill #3C8883

Tints of Blue Chill #3C8883

Color information

#3C8883 (or 0x3C8883) is unknown color: approx Blue Chill. HEX triplet: 3C, 88 and 83. RGB value is (60,136,131). Sum of RGB (Red+Green+Blue) = 60+136+131=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8883 is #C3777C. Grayscale: #707070. Windows color (decimal): -12810109 or 8620092. OLE color: 8620092.

HSL color Cylindrical-coordinate representation of color #3C8883: hue angle of 176.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8883 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB60136131-
CMYK0.5600.040.47
HSL176.05º38.78%38.43%-
HSV(B)176.05º55.88%53.33%-
XYZ14.7620.2124.6-
YUV112.71138.3290.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=18.35%
G=41.59%
B=40.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601361310.5600.040.47176.0538.7838.43
Hex3C888338042Fb02726
Octal742102037004572604746
Binary1111001000100010000011111000010010111110110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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