#3D668A

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

Shades of Wedgewood #3D668A

Tints of Wedgewood #3D668A

Color information

#3D668A (or 0x3D668A) is unknown color: approx Wedgewood. HEX triplet: 3D, 66 and 8A. RGB value is (61,102,138). Sum of RGB (Red+Green+Blue) = 61+102+138=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D668A is #C29975. Grayscale: #5D5D5D. Windows color (decimal): -12753270 or 9070141. OLE color: 9070141.

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

Color convert

RGB61102138-
CMYK0.560.2600.46
HSL208.05º38.69%39.02%-
HSV(B)208.05º55.8%54.12%-
XYZ11.2612.3325.83-
YUV93.84152.92104.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=20.27%
G=33.89%
B=45.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611021380.560.2600.46208.0538.6939.02
Hex3D668A381A02Ed02727
Octal7514621270320563204747
Binary11110111001101000101011100011010010111011010000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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