#3D648B

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

Shades of Wedgewood #3D648B

Tints of Wedgewood #3D648B

Color information

#3D648B (or 0x3D648B) is unknown color: approx Wedgewood. HEX triplet: 3D, 64 and 8B. RGB value is (61,100,139). Sum of RGB (Red+Green+Blue) = 61+100+139=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D648B is #C29B74. Grayscale: #5C5C5C. Windows color (decimal): -12753781 or 9135165. OLE color: 9135165.

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

Color convert

RGB61100139-
CMYK0.560.2800.45
HSL210º39%39.22%-
HSV(B)210º56.12%54.51%-
XYZ11.1411.9726.15-
YUV92.78154.08105.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=20.33%
G=33.33%
B=46.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611001390.560.2800.452103939.22
Hex3D648B381C02Dd22727
Octal7514421370340553224747
Binary11110111001001000101111100011100010110111010010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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