#3C6790

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

Shades of Wedgewood #3C6790

Tints of Wedgewood #3C6790

Color information

#3C6790 (or 0x3C6790) is unknown color: approx Wedgewood. HEX triplet: 3C, 67 and 90. RGB value is (60,103,144). Sum of RGB (Red+Green+Blue) = 60+103+144=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6790 is #C3986F. Grayscale: #5E5E5E. Windows color (decimal): -12818544 or 9463612. OLE color: 9463612.

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

Color convert

RGB60103144-
CMYK0.580.2800.44
HSL209.29º41.18%40%-
HSV(B)209.29º58.33%56.47%-
XYZ11.7512.6728.21-
YUV94.82155.75103.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=19.54%
G=33.55%
B=46.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601031440.580.2800.44209.2941.1840
Hex3C67903A1C02Cd12928
Octal7414722072340543215150
Binary11110011001111001000011101011100010110011010001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,103,144); }

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

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

 a { background-color: rgb(60,103,144); }

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

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

 span { border-color: rgb(60,103,144); }

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