#3F6D8F

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

Shades of Calypso #3F6D8F

Tints of Calypso #3F6D8F

Color information

#3F6D8F (or 0x3F6D8F) is unknown color: approx Calypso. HEX triplet: 3F, 6D and 8F. RGB value is (63,109,143). Sum of RGB (Red+Green+Blue) = 63+109+143=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F6D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6D8F is #C09270. Grayscale: #626262. Windows color (decimal): -12620401 or 9399615. OLE color: 9399615.

HSL color Cylindrical-coordinate representation of color #3F6D8F: hue angle of 205.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F6D8F is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB63109143-
CMYK0.560.2400.44
HSL205.5º38.83%40.39%-
HSV(B)205.5º55.94%56.08%-
XYZ12.4813.9828.03-
YUV99.12152.76102.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=20%
G=34.60%
B=45.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631091430.560.2400.44205.538.8340.39
Hex3F6D8F381802Cce2728
Octal7715521770300543164750
Binary11111111011011000111111100011000010110011001110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,143); }

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

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

 a { background-color: rgb(63,109,143); }

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

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

 span { border-color: rgb(63,109,143); }

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