#3F698B

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

Shades of Wedgewood #3F698B

Tints of Wedgewood #3F698B

Color information

#3F698B (or 0x3F698B) is unknown color: approx Wedgewood. HEX triplet: 3F, 69 and 8B. RGB value is (63,105,139). Sum of RGB (Red+Green+Blue) = 63+105+139=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F698B is #C09674. Grayscale: #606060. Windows color (decimal): -12621429 or 9136447. OLE color: 9136447.

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

Color convert

RGB63105139-
CMYK0.550.2400.45
HSL206.84º37.62%39.61%-
HSV(B)206.84º54.68%54.51%-
XYZ11.7613.0226.32-
YUV96.32152.09104.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=20.52%
G=34.20%
B=45.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631051390.550.2400.45206.8437.6239.61
Hex3F698B371802Dcf2628
Octal7715121367300553174650
Binary11111111010011000101111011111000010110111001111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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