#3D668B

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

Shades of Wedgewood #3D668B

Tints of Wedgewood #3D668B

Color information

#3D668B (or 0x3D668B) is unknown color: approx Wedgewood. HEX triplet: 3D, 66 and 8B. RGB value is (61,102,139). Sum of RGB (Red+Green+Blue) = 61+102+139=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D668B is #C29974. Grayscale: #5D5D5D. Windows color (decimal): -12753269 or 9135677. OLE color: 9135677.

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

Color convert

RGB61102139-
CMYK0.560.2700.45
HSL208.46º39%39.22%-
HSV(B)208.46º56.12%54.51%-
XYZ11.3412.3626.21-
YUV93.96153.42104.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=20.20%
G=33.77%
B=46.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611021390.560.2700.45208.463939.22
Hex3D668B381B02Dd02727
Octal7514621370330553204747
Binary11110111001101000101111100011011010110111010000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,139); }

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

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

 a { background-color: rgb(61,102,139); }

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

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

 span { border-color: rgb(61,102,139); }

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