#3F6981

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

Shades of Calypso #3F6981

Tints of Calypso #3F6981

Color information

#3F6981 (or 0x3F6981) is unknown color: approx Calypso. HEX triplet: 3F, 69 and 81. RGB value is (63,105,129). Sum of RGB (Red+Green+Blue) = 63+105+129=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F6981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6981 is #C0967E. Grayscale: #5F5F5F. Windows color (decimal): -12621439 or 8481087. OLE color: 8481087.

HSL color Cylindrical-coordinate representation of color #3F6981: hue angle of 201.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F6981 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB63105129-
CMYK0.510.1900.49
HSL201.82º34.38%37.65%-
HSV(B)201.82º51.16%50.59%-
XYZ11.0612.7422.65-
YUV95.18147.09105.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=21.21%
G=35.35%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631051290.510.1900.49201.8234.3837.65
Hex3F69813313031ca2226
Octal7715120163230613124246
Binary11111111010011000000111001110011011000111001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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