#3F758B

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

Shades of Calypso #3F758B

Tints of Calypso #3F758B

Color information

#3F758B (or 0x3F758B) is unknown color: approx Calypso. HEX triplet: 3F, 75 and 8B. RGB value is (63,117,139). Sum of RGB (Red+Green+Blue) = 63+117+139=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F758B is #C08A74. Grayscale: #676767. Windows color (decimal): -12618357 or 9139519. OLE color: 9139519.

HSL color Cylindrical-coordinate representation of color #3F758B: hue angle of 197.37º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F758B is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63117139-
CMYK0.550.1600.45
HSL197.37º37.62%39.61%-
HSV(B)197.37º54.68%54.51%-
XYZ13.0715.6426.76-
YUV103.36148.1199.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=19.75%
G=36.68%
B=43.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631171390.550.1600.45197.3737.6239.61
Hex3F758B371002Dc52628
Octal7716521367200553054650
Binary11111111101011000101111011110000010110111000101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,139); }

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

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

 a { background-color: rgb(63,117,139); }

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

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

 span { border-color: rgb(63,117,139); }

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