Html Css Color HEX #3E678C Wedgewood

📋 copy color: '#3E678C'

red 62 ◦ green 103 ◦ blue 140

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

Shades of Wedgewood #3E678C

Tints of Wedgewood #3E678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 20.33%
G = 33.77%
B = 45.9%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E678C (or 0x3E678C) is known color: Wedgewood. HEX triplet: 3E, 67 and 8C. RGB value is (62,103,140). Sum of RGB (Red+Green+Blue) = 62+103+140=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E678C is #C19873. Grayscale: #5E5E5E. Windows color (decimal): -12687476 or 9201470. OLE color: 9201470.

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

Color convert

RGB 62 103 140 -
CMYK 0.56 0.26 0 0.45
HSL 208.46º 0.39% 0.4% -
HSV(B) 208.46º 0.56% 0.55% -
XYZ 11.57 12.62 26.64 -
YUV 94.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 62 103 140 0.56 0.26 0 0.45 208.46 0.39 0.4
Hex 3E 67 8C 38 1A 0 2D D0 27 28
Octal 76 147 214 70 32 0 55 320 47 50
Binary 111110 1100111 10001100 111000 11010 0 101101 11010000 100111 101000

Color Harmonies of #3E678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E678C

Black with #3E678C

Text Example


Text Example

White with #3E678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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