Html Css Color HEX #3E638B Wedgewood

📋 copy color: '#3E638B'

red 62 ◦ green 99 ◦ blue 139

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

Shades of Wedgewood #3E638B

Tints of Wedgewood #3E638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 20.67%
G = 33%
B = 46.33%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E638B (or 0x3E638B) is known color: Wedgewood. HEX triplet: 3E, 63 and 8B. RGB value is (62,99,139). Sum of RGB (Red+Green+Blue) = 62+99+139=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E638B is #C19C74. Grayscale: #5C5C5C. Windows color (decimal): -12688501 or 9134910. OLE color: 9134910.

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

Color convert

RGB 62 99 139 -
CMYK 0.55 0.29 0 0.45
HSL 211.17º 0.38% 0.39% -
HSV(B) 211.17º 0.55% 0.55% -
XYZ 11.11 11.81 26.12 -
YUV 92.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 62 99 139 0.55 0.29 0 0.45 211.17 0.38 0.39
Hex 3E 63 8B 37 1D 0 2D D3 26 27
Octal 76 143 213 67 35 0 55 323 46 47
Binary 111110 1100011 10001011 110111 11101 0 101101 11010011 100110 100111

Color Harmonies of #3E638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E638B

Black with #3E638B

Text Example


Text Example

White with #3E638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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