#3E618C

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

Shades of Wedgewood #3E618C

Tints of Wedgewood #3E618C

Color information

#3E618C (or 0x3E618C) is unknown color: approx Wedgewood. HEX triplet: 3E, 61 and 8C. RGB value is (62,97,140). Sum of RGB (Red+Green+Blue) = 62+97+140=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E618C is #C19E73. Grayscale: #5B5B5B. Windows color (decimal): -12689012 or 9199934. OLE color: 9199934.

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

Color convert

RGB6297140-
CMYK0.560.3100.45
HSL213.08º38.61%39.61%-
HSV(B)213.08º55.71%54.9%-
XYZ10.9911.4726.44-
YUV91.44155.4107-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=20.74%
G=32.44%
B=46.82%

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
Decimal62971400.560.3100.45213.0838.6139.61
Hex3E618C381F02Dd52728
Octal7614121470370553254750
Binary11111011000011000110011100011111010110111010101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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