#3D658B

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

Shades of Wedgewood #3D658B

Tints of Wedgewood #3D658B

Color information

#3D658B (or 0x3D658B) is unknown color: approx Wedgewood. HEX triplet: 3D, 65 and 8B. RGB value is (61,101,139). Sum of RGB (Red+Green+Blue) = 61+101+139=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D658B is #C29A74. Grayscale: #5D5D5D. Windows color (decimal): -12753525 or 9135421. OLE color: 9135421.

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

Color convert

RGB61101139-
CMYK0.560.2700.45
HSL209.23º39%39.22%-
HSV(B)209.23º56.12%54.51%-
XYZ11.2412.1626.18-
YUV93.37153.75104.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=20.27%
G=33.55%
B=46.18%

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
Decimal611011390.560.2700.45209.233939.22
Hex3D658B381B02Dd12727
Octal7514521370330553214747
Binary11110111001011000101111100011011010110111010001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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