#3D648D

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

Shades of Wedgewood #3D648D

Tints of Wedgewood #3D648D

Color information

#3D648D (or 0x3D648D) is unknown color: approx Wedgewood. HEX triplet: 3D, 64 and 8D. RGB value is (61,100,141). Sum of RGB (Red+Green+Blue) = 61+100+141=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D648D is #C29B72. Grayscale: #5C5C5C. Windows color (decimal): -12753779 or 9266237. OLE color: 9266237.

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

Color convert

RGB61100141-
CMYK0.570.2900.45
HSL210.75º39.6%39.61%-
HSV(B)210.75º56.74%55.29%-
XYZ11.2912.0326.93-
YUV93.01155.08105.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=20.20%
G=33.11%
B=46.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611001410.570.2900.45210.7539.639.61
Hex3D648D391D02Dd32828
Octal7514421571350553235050
Binary11110111001001000110111100111101010110111010011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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