#3E618D

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

Shades of Wedgewood #3E618D

Tints of Wedgewood #3E618D

Color information

#3E618D (or 0x3E618D) is unknown color: approx Wedgewood. HEX triplet: 3E, 61 and 8D. RGB value is (62,97,141). Sum of RGB (Red+Green+Blue) = 62+97+141=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E618D is #C19E72. Grayscale: #5B5B5B. Windows color (decimal): -12689011 or 9265470. OLE color: 9265470.

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

Color convert

RGB6297141-
CMYK0.560.3100.45
HSL213.42º38.92%39.8%-
HSV(B)213.42º56.03%55.29%-
XYZ11.0711.526.83-
YUV91.55155.9106.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 141 (55.47% from 255) = 47%
R=20.67%
G=32.33%
B=47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62971410.560.3100.45213.4238.9239.8
Hex3E618D381F02Dd52728
Octal7614121570370553254750
Binary11111011000011000110111100011111010110111010101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,97,141); }

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

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

 a { background-color: rgb(62,97,141); }

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

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

 span { border-color: rgb(62,97,141); }

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