#3D677F

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

Shades of Calypso #3D677F

Tints of Calypso #3D677F

Color information

#3D677F (or 0x3D677F) is unknown color: approx Calypso. HEX triplet: 3D, 67 and 7F. RGB value is (61,103,127). Sum of RGB (Red+Green+Blue) = 61+103+127=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 103 (40.62% from 255 or 35.40% 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 #3D677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D677F is #C29880. Grayscale: #5D5D5D. Windows color (decimal): -12753025 or 8349501. OLE color: 8349501.

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

Color convert

RGB61103127-
CMYK0.520.1900.50
HSL201.82º35.11%36.86%-
HSV(B)201.82º51.97%49.8%-
XYZ10.6112.2221.88-
YUV93.18147.09105.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 127 (50% from 255) = 43.64%
R=20.96%
G=35.40%
B=43.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611031270.520.1900.50201.8235.1136.86
Hex3D677F3413032ca2325
Octal7514717764230623124345
Binary1111011100111111111111010010011011001011001010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,127); }

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

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

 a { background-color: rgb(61,103,127); }

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

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

 span { border-color: rgb(61,103,127); }

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