Html Css Color HEX #3E628A Wedgewood

📋 copy color: '#3E628A'

red 62 ◦ green 98 ◦ blue 138

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

Shades of Wedgewood #3E628A

Tints of Wedgewood #3E628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 20.81%
G = 32.89%
B = 46.31%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E628A (or 0x3E628A) is known color: Wedgewood. HEX triplet: 3E, 62 and 8A. RGB value is (62,98,138). Sum of RGB (Red+Green+Blue) = 62+98+138=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E628A is #C19D75. Grayscale: #5B5B5B. Windows color (decimal): -12688758 or 9069118. OLE color: 9069118.

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

Color convert

RGB 62 98 138 -
CMYK 0.55 0.29 0 0.46
HSL 211.58º 0.38% 0.39% -
HSV(B) 211.58º 0.55% 0.54% -
XYZ 10.94 11.59 25.71 -
YUV 91.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 62 98 138 0.55 0.29 0 0.46 211.58 0.38 0.39
Hex 3E 62 8A 37 1D 0 2E D4 26 27
Octal 76 142 212 67 35 0 56 324 46 47
Binary 111110 1100010 10001010 110111 11101 0 101110 11010100 100110 100111

Color Harmonies of #3E628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E628A

Black with #3E628A

Text Example


Text Example

White with #3E628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,98,138); }

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

background-color css

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

 a { background-color: rgb(62,98,138); }

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

border-color css

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

 span { border-color: rgb(62,98,138); }

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