#3F638B

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

Shades of Wedgewood #3F638B

Tints of Wedgewood #3F638B

Color information

#3F638B (or 0x3F638B) is unknown color: approx Wedgewood. HEX triplet: 3F, 63 and 8B. RGB value is (63,99,139). Sum of RGB (Red+Green+Blue) = 63+99+139=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F638B is #C09C74. Grayscale: #5C5C5C. Windows color (decimal): -12622965 or 9134911. OLE color: 9134911.

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

Color convert

RGB6399139-
CMYK0.550.2900.45
HSL211.58º37.62%39.61%-
HSV(B)211.58º54.68%54.51%-
XYZ11.1711.8426.12-
YUV92.8154.07106.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=20.93%
G=32.89%
B=46.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63991390.550.2900.45211.5837.6239.61
Hex3F638B371D02Dd42628
Octal7714321367350553244650
Binary11111111000111000101111011111101010110111010100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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