#3D678D

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

Shades of Wedgewood #3D678D

Tints of Wedgewood #3D678D

Color information

#3D678D (or 0x3D678D) is unknown color: approx Wedgewood. HEX triplet: 3D, 67 and 8D. RGB value is (61,103,141). Sum of RGB (Red+Green+Blue) = 61+103+141=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D678D is #C29872. Grayscale: #5E5E5E. Windows color (decimal): -12753011 or 9267005. OLE color: 9267005.

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

Color convert

RGB61103141-
CMYK0.570.2700.45
HSL208.5º39.6%39.61%-
HSV(B)208.5º56.74%55.29%-
XYZ11.5812.6227.02-
YUV94.77154.09103.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=20%
G=33.77%
B=46.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611031410.570.2700.45208.539.639.61
Hex3D678D391B02Dd02828
Octal7514721571330553205050
Binary11110111001111000110111100111011010110111010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,141); }

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

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

 a { background-color: rgb(61,103,141); }

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

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

 span { border-color: rgb(61,103,141); }

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