#3C8588

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

Shades of Blue Chill #3C8588

Tints of Blue Chill #3C8588

Color information

#3C8588 (or 0x3C8588) is unknown color: approx Blue Chill. HEX triplet: 3C, 85 and 88. RGB value is (60,133,136). Sum of RGB (Red+Green+Blue) = 60+133+136=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8588 is #C37A77. Grayscale: #6F6F6F. Windows color (decimal): -12810872 or 8947004. OLE color: 8947004.

HSL color Cylindrical-coordinate representation of color #3C8588: hue angle of 182.37º 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 #3C8588 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB60133136-
CMYK0.560.0200.47
HSL182.37º38.78%38.43%-
HSV(B)182.37º55.88%53.33%-
XYZ14.6919.5126.28-
YUV111.52141.8291.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=18.24%
G=40.43%
B=41.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601331360.560.0200.47182.3738.7838.43
Hex3C858838202Fb62726
Octal742052107020572664746
Binary111100100001011000100011100010010111110110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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