#3E688F

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

Shades of Wedgewood #3E688F

Tints of Wedgewood #3E688F

Color information

#3E688F (or 0x3E688F) is unknown color: approx Wedgewood. HEX triplet: 3E, 68 and 8F. RGB value is (62,104,143). Sum of RGB (Red+Green+Blue) = 62+104+143=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E688F is #C19770. Grayscale: #5F5F5F. Windows color (decimal): -12687217 or 9398334. OLE color: 9398334.

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

Color convert

RGB62104143-
CMYK0.570.2700.44
HSL208.89º39.51%40.2%-
HSV(B)208.89º56.64%56.08%-
XYZ11.8912.9127.85-
YUV95.89154.59103.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=20.06%
G=33.66%
B=46.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621041430.570.2700.44208.8939.5140.2
Hex3E688F391B02Cd12828
Octal7615021771330543215050
Binary11111011010001000111111100111011010110011010001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,104,143); }

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

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

 a { background-color: rgb(62,104,143); }

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

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

 span { border-color: rgb(62,104,143); }

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