#3F6F8B

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

Shades of Calypso #3F6F8B

Tints of Calypso #3F6F8B

Color information

#3F6F8B (or 0x3F6F8B) is unknown color: approx Calypso. HEX triplet: 3F, 6F and 8B. RGB value is (63,111,139). Sum of RGB (Red+Green+Blue) = 63+111+139=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F6F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6F8B is #C09074. Grayscale: #636363. Windows color (decimal): -12619893 or 9137983. OLE color: 9137983.

HSL color Cylindrical-coordinate representation of color #3F6F8B: hue angle of 202.11º 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 #3F6F8B is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63111139-
CMYK0.550.2000.45
HSL202.11º37.62%39.61%-
HSV(B)202.11º54.68%54.51%-
XYZ12.3914.2926.53-
YUV99.84150.1101.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=20.13%
G=35.46%
B=44.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631111390.550.2000.45202.1137.6239.61
Hex3F6F8B371402Dca2628
Octal7715721367240553124650
Binary11111111011111000101111011110100010110111001010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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