#3F6D80

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

Shades of Calypso #3F6D80

Tints of Calypso #3F6D80

Color information

#3F6D80 (or 0x3F6D80) is unknown color: approx Calypso. HEX triplet: 3F, 6D and 80. RGB value is (63,109,128). Sum of RGB (Red+Green+Blue) = 63+109+128=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F6D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6D80 is #C0927F. Grayscale: #616161. Windows color (decimal): -12620416 or 8416575. OLE color: 8416575.

HSL color Cylindrical-coordinate representation of color #3F6D80: hue angle of 197.54º 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 #3F6D80 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB63109128-
CMYK0.510.1500.50
HSL197.54º34.03%37.45%-
HSV(B)197.54º50.78%50.2%-
XYZ11.4113.5522.44-
YUV97.41145.26103.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=21%
G=36.33%
B=42.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631091280.510.1500.50197.5434.0337.45
Hex3F6D8033F032c62225
Octal7715520063170623064245
Binary1111111101101100000001100111111011001011000110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,128); }

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

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

 a { background-color: rgb(63,109,128); }

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

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

 span { border-color: rgb(63,109,128); }

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