Html Css Color HEX #3E688B Wedgewood

📋 copy color: '#3E688B'

red 62 ◦ green 104 ◦ blue 139

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

Shades of Wedgewood #3E688B

Tints of Wedgewood #3E688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 20.33%
G = 34.1%
B = 45.57%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E688B (or 0x3E688B) is known color: Wedgewood. HEX triplet: 3E, 68 and 8B. RGB value is (62,104,139). Sum of RGB (Red+Green+Blue) = 62+104+139=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E688B is #C19774. Grayscale: #5F5F5F. Windows color (decimal): -12687221 or 9136190. OLE color: 9136190.

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

Color convert

RGB 62 104 139 -
CMYK 0.55 0.25 0 0.45
HSL 207.27º 0.38% 0.39% -
HSV(B) 207.27º 0.55% 0.55% -
XYZ 11.6 12.79 26.28 -
YUV 95.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 62 104 139 0.55 0.25 0 0.45 207.27 0.38 0.39
Hex 3E 68 8B 37 19 0 2D CF 26 27
Octal 76 150 213 67 31 0 55 317 46 47
Binary 111110 1101000 10001011 110111 11001 0 101101 11001111 100110 100111

Color Harmonies of #3E688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E688B

Black with #3E688B

Text Example


Text Example

White with #3E688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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