#3F618B

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

Shades of Wedgewood #3F618B

Tints of Wedgewood #3F618B

Color information

#3F618B (or 0x3F618B) is unknown color: approx Wedgewood. HEX triplet: 3F, 61 and 8B. RGB value is (63,97,139). Sum of RGB (Red+Green+Blue) = 63+97+139=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F618B is #C09E74. Grayscale: #5B5B5B. Windows color (decimal): -12623477 or 9134399. OLE color: 9134399.

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

Color convert

RGB6397139-
CMYK0.550.3000.45
HSL213.16º37.62%39.61%-
HSV(B)213.16º54.68%54.51%-
XYZ10.9811.4726.06-
YUV91.62154.74107.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=21.07%
G=32.44%
B=46.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63971390.550.3000.45213.1637.6239.61
Hex3F618B371E02Dd52628
Octal7714121367360553254650
Binary11111111000011000101111011111110010110111010101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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