#3C687F

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

Shades of Calypso #3C687F

Tints of Calypso #3C687F

Color information

#3C687F (or 0x3C687F) is unknown color: approx Calypso. HEX triplet: 3C, 68 and 7F. RGB value is (60,104,127). Sum of RGB (Red+Green+Blue) = 60+104+127=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C687F is #C39780. Grayscale: #5D5D5D. Windows color (decimal): -12818305 or 8349756. OLE color: 8349756.

HSL color Cylindrical-coordinate representation of color #3C687F: hue angle of 200.6º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C687F is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB60104127-
CMYK0.530.1800.50
HSL200.6º35.83%36.67%-
HSV(B)200.6º52.76%49.8%-
XYZ10.6412.3921.91-
YUV93.47146.92104.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 127 (50% from 255) = 43.64%
R=20.62%
G=35.74%
B=43.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601041270.530.1800.50200.635.8336.67
Hex3C687F3512032c92425
Octal7415017765220623114445
Binary1111001101000111111111010110010011001011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,127); }

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

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

 a { background-color: rgb(60,104,127); }

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

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

 span { border-color: rgb(60,104,127); }

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