Html Css Color HEX #3E678B Wedgewood

📋 copy color: '#3E678B'

red 62 ◦ green 103 ◦ blue 139

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

Shades of Wedgewood #3E678B

Tints of Wedgewood #3E678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 20.39%
G = 33.88%
B = 45.72%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E678B (or 0x3E678B) is known color: Wedgewood. HEX triplet: 3E, 67 and 8B. RGB value is (62,103,139). Sum of RGB (Red+Green+Blue) = 62+103+139=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E678B is #C19874. Grayscale: #5E5E5E. Windows color (decimal): -12687477 or 9135934. OLE color: 9135934.

HSL color Cylindrical-coordinate representation of color #3E678B: hue angle of 208.05º 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 #3E678B is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 103 139 -
CMYK 0.55 0.26 0 0.45
HSL 208.05º 0.38% 0.39% -
HSV(B) 208.05º 0.55% 0.55% -
XYZ 11.5 12.59 26.25 -
YUV 94.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 62 103 139 0.55 0.26 0 0.45 208.05 0.38 0.39
Hex 3E 67 8B 37 1A 0 2D D0 26 27
Octal 76 147 213 67 32 0 55 320 46 47
Binary 111110 1100111 10001011 110111 11010 0 101101 11010000 100110 100111

Color Harmonies of #3E678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E678B

Black with #3E678B

Text Example


Text Example

White with #3E678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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