#3E687F

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

Shades of Calypso #3E687F

Tints of Calypso #3E687F

Color information

#3E687F (or 0x3E687F) is unknown color: approx Calypso. HEX triplet: 3E, 68 and 7F. RGB value is (62,104,127). Sum of RGB (Red+Green+Blue) = 62+104+127=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E687F is #C19780. Grayscale: #5D5D5D. Windows color (decimal): -12687233 or 8349758. OLE color: 8349758.

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

Color convert

RGB62104127-
CMYK0.510.1800.50
HSL201.23º34.39%37.06%-
HSV(B)201.23º51.18%49.8%-
XYZ10.7712.4621.92-
YUV94.06146.59105.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 127 (50% from 255) = 43.34%
R=21.16%
G=35.49%
B=43.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621041270.510.1800.50201.2334.3937.06
Hex3E687F3312032c92225
Octal7615017763220623114245
Binary1111101101000111111111001110010011001011001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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