#3F7785

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

Shades of Calypso #3F7785

Tints of Calypso #3F7785

Color information

#3F7785 (or 0x3F7785) is unknown color: approx Calypso. HEX triplet: 3F, 77 and 85. RGB value is (63,119,133). Sum of RGB (Red+Green+Blue) = 63+119+133=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7785 is #C0887A. Grayscale: #676767. Windows color (decimal): -12617851 or 8746815. OLE color: 8746815.

HSL color Cylindrical-coordinate representation of color #3F7785: hue angle of 192º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F7785 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB63119133-
CMYK0.530.1100.48
HSL192º35.71%38.43%-
HSV(B)192º52.63%52.16%-
XYZ12.8815.9424.59-
YUV103.85144.4598.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=20%
G=37.78%
B=42.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631191330.530.1100.4819235.7138.43
Hex3F778535B030c02426
Octal7716720565130603004446
Binary1111111110111100001011101011011011000011000000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,133); }

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

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

 a { background-color: rgb(63,119,133); }

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

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

 span { border-color: rgb(63,119,133); }

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