#3D6991

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

Shades of Wedgewood #3D6991

Tints of Wedgewood #3D6991

Color information

#3D6991 (or 0x3D6991) is unknown color: approx Wedgewood. HEX triplet: 3D, 69 and 91. RGB value is (61,105,145). Sum of RGB (Red+Green+Blue) = 61+105+145=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D6991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6991 is #C2966E. Grayscale: #606060. Windows color (decimal): -12752495 or 9529661. OLE color: 9529661.

HSL color Cylindrical-coordinate representation of color #3D6991: hue angle of 208.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6991 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB61105145-
CMYK0.580.2800.43
HSL208.57º40.78%40.39%-
HSV(B)208.57º57.93%56.86%-
XYZ12.0913.1428.69-
YUV96.4155.42102.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=19.61%
G=33.76%
B=46.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611051450.580.2800.43208.5740.7840.39
Hex3D69913A1C02Bd12928
Octal7515122172340533215150
Binary11110111010011001000111101011100010101111010001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,105,145); }

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

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

 a { background-color: rgb(61,105,145); }

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

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

 span { border-color: rgb(61,105,145); }

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