#3B648E

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

Shades of Wedgewood #3B648E

Tints of Wedgewood #3B648E

Color information

#3B648E (or 0x3B648E) is unknown color: approx Wedgewood. HEX triplet: 3B, 64 and 8E. RGB value is (59,100,142). Sum of RGB (Red+Green+Blue) = 59+100+142=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B648E is #C49B71. Grayscale: #5C5C5C. Windows color (decimal): -12884850 or 9331771. OLE color: 9331771.

HSL color Cylindrical-coordinate representation of color #3B648E: hue angle of 210.36º 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 #3B648E is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB59100142-
CMYK0.580.3000.44
HSL210.36º41.29%39.41%-
HSV(B)210.36º58.45%55.69%-
XYZ11.241227.31-
YUV92.53155.92104.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=19.60%
G=33.22%
B=47.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591001420.580.3000.44210.3641.2939.41
Hex3B648E3A1E02Cd22927
Octal7314421672360543225147
Binary11101111001001000111011101011110010110011010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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