#3F7389

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

Shades of Calypso #3F7389

Tints of Calypso #3F7389

Color information

#3F7389 (or 0x3F7389) is unknown color: approx Calypso. HEX triplet: 3F, 73 and 89. RGB value is (63,115,137). Sum of RGB (Red+Green+Blue) = 63+115+137=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F7389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7389 is #C08C76. Grayscale: #656565. Windows color (decimal): -12618871 or 9007935. OLE color: 9007935.

HSL color Cylindrical-coordinate representation of color #3F7389: hue angle of 197.84º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7389 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB63115137-
CMYK0.540.1600.46
HSL197.84º37%39.22%-
HSV(B)197.84º54.01%53.73%-
XYZ12.715.1225.92-
YUV101.96147.77100.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=20%
G=36.51%
B=43.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631151370.540.1600.46197.843739.22
Hex3F7389361002Ec62527
Octal7716321166200563064547
Binary11111111100111000100111011010000010111011000110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,137); }

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

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

 a { background-color: rgb(63,115,137); }

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

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

 span { border-color: rgb(63,115,137); }

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