Html Css Color HEX #3E658B Wedgewood

📋 copy color: '#3E658B'

red 62 ◦ green 101 ◦ blue 139

#3E658B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #3E658B

Tints of Wedgewood #3E658B

RGB

 RED value IS 62 (24.61% from 255) = 20.53%

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 20.53%
G = 33.44%
B = 46.03%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E658B (or 0x3E658B) is known color: Wedgewood. HEX triplet: 3E, 65 and 8B. RGB value is (62,101,139). Sum of RGB (Red+Green+Blue) = 62+101+139=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E658B is #C19A74. Grayscale: #5D5D5D. Windows color (decimal): -12687989 or 9135422. OLE color: 9135422.

HSL color Cylindrical-coordinate representation of color #3E658B: hue angle of 209.61º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E658B is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 101 139 -
CMYK 0.55 0.27 0 0.45
HSL 209.61º 0.38% 0.39% -
HSV(B) 209.61º 0.55% 0.55% -
XYZ 11.3 12.2 26.18 -
YUV 93.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 62 101 139 0.55 0.27 0 0.45 209.61 0.38 0.39
Hex 3E 65 8B 37 1B 0 2D D2 26 27
Octal 76 145 213 67 33 0 55 322 46 47
Binary 111110 1100101 10001011 110111 11011 0 101101 11010010 100110 100111

Color Harmonies of #3E658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E658B

Black with #3E658B

Text Example


Text Example

White with #3E658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,101,139); }

 H1.HeaderClassName
 {
   color: #3E658B;
 }
 .AnyTagClassName
 {
   color: #3E658B;
 }
</style>

background-color css

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

 a { background-color: rgb(62,101,139); }

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

border-color css

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

 span { border-color: rgb(62,101,139); }

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