#3D678E

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

Shades of Wedgewood #3D678E

Tints of Wedgewood #3D678E

Color information

#3D678E (or 0x3D678E) is unknown color: approx Wedgewood. HEX triplet: 3D, 67 and 8E. RGB value is (61,103,142). Sum of RGB (Red+Green+Blue) = 61+103+142=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D678E is #C29871. Grayscale: #5E5E5E. Windows color (decimal): -12753010 or 9332541. OLE color: 9332541.

HSL color Cylindrical-coordinate representation of color #3D678E: 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 #3D678E is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61103142-
CMYK0.570.2700.44
HSL208.89º39.9%39.8%-
HSV(B)208.89º57.04%55.69%-
XYZ11.6612.6527.42-
YUV94.89154.59103.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=19.93%
G=33.66%
B=46.41%

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
Decimal611031420.570.2700.44208.8939.939.8
Hex3D678E391B02Cd12828
Octal7514721671330543215050
Binary11110111001111000111011100111011010110011010001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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