#3B658E

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

Shades of Wedgewood #3B658E

Tints of Wedgewood #3B658E

Color information

#3B658E (or 0x3B658E) is unknown color: approx Wedgewood. HEX triplet: 3B, 65 and 8E. RGB value is (59,101,142). Sum of RGB (Red+Green+Blue) = 59+101+142=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B658E is #C49A71. Grayscale: #5C5C5C. Windows color (decimal): -12884594 or 9332027. OLE color: 9332027.

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

Color convert

RGB59101142-
CMYK0.580.2900.44
HSL209.64º41.29%39.41%-
HSV(B)209.64º58.45%55.69%-
XYZ11.3412.1927.35-
YUV93.12155.59103.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=19.54%
G=33.44%
B=47.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591011420.580.2900.44209.6441.2939.41
Hex3B658E3A1D02Cd22927
Octal7314521672350543225147
Binary11101111001011000111011101011101010110011010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,142); }

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

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

 a { background-color: rgb(59,101,142); }

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

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

 span { border-color: rgb(59,101,142); }

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