#3E6B93

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

Shades of Wedgewood #3E6B93

Tints of Wedgewood #3E6B93

Color information

#3E6B93 (or 0x3E6B93) is unknown color: approx Wedgewood. HEX triplet: 3E, 6B and 93. RGB value is (62,107,147). Sum of RGB (Red+Green+Blue) = 62+107+147=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E6B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6B93 is #C1946C. Grayscale: #616161. Windows color (decimal): -12686445 or 9661246. OLE color: 9661246.

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

Color convert

RGB62107147-
CMYK0.580.2700.42
HSL208.24º40.67%40.98%-
HSV(B)208.24º57.82%57.65%-
XYZ12.5113.6529.58-
YUV98.1155.59102.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=19.62%
G=33.86%
B=46.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621071470.580.2700.42208.2440.6740.98
Hex3E6B933A1B02Ad02929
Octal7615322372330523205151
Binary11111011010111001001111101011011010101011010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,147); }

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

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

 a { background-color: rgb(62,107,147); }

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

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

 span { border-color: rgb(62,107,147); }

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