#3E678C

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

Shades of Wedgewood #3E678C

Tints of Wedgewood #3E678C

Color information

#3E678C (or 0x3E678C) is unknown color: approx Wedgewood. HEX triplet: 3E, 67 and 8C. RGB value is (62,103,140). Sum of RGB (Red+Green+Blue) = 62+103+140=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E678C is #C19873. Grayscale: #5E5E5E. Windows color (decimal): -12687476 or 9201470. OLE color: 9201470.

HSL color Cylindrical-coordinate representation of color #3E678C: hue angle of 208.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E678C is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB62103140-
CMYK0.560.2600.45
HSL208.46º38.61%39.61%-
HSV(B)208.46º55.71%54.9%-
XYZ11.5712.6226.64-
YUV94.96153.42104.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.33%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=20.33%
G=33.77%
B=45.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621031400.560.2600.45208.4638.6139.61
Hex3E678C381A02Dd02728
Octal7614721470320553204750
Binary11111011001111000110011100011010010110111010000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,140); }

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

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

 a { background-color: rgb(62,103,140); }

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

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

 span { border-color: rgb(62,103,140); }

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