#3F6987

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

Shades of Calypso #3F6987

Tints of Calypso #3F6987

Color information

#3F6987 (or 0x3F6987) is unknown color: approx Calypso. HEX triplet: 3F, 69 and 87. RGB value is (63,105,135). Sum of RGB (Red+Green+Blue) = 63+105+135=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F6987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6987 is #C09678. Grayscale: #5F5F5F. Windows color (decimal): -12621433 or 8874303. OLE color: 8874303.

HSL color Cylindrical-coordinate representation of color #3F6987: hue angle of 205º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6987 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB63105135-
CMYK0.530.2200.47
HSL205º36.36%38.82%-
HSV(B)205º53.33%52.94%-
XYZ11.4712.9124.81-
YUV95.86150.09104.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=20.79%
G=34.65%
B=44.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631051350.530.2200.4720536.3638.82
Hex3F6987351602Fcd2427
Octal7715120765260573154447
Binary11111111010011000011111010110110010111111001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,135); }

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

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

 a { background-color: rgb(63,105,135); }

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

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

 span { border-color: rgb(63,105,135); }

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