Html Css Color HEX #3E668B Wedgewood

📋 copy color: '#3E668B'

red 62 ◦ green 102 ◦ blue 139

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

Shades of Wedgewood #3E668B

Tints of Wedgewood #3E668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 20.46%
G = 33.66%
B = 45.87%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E668B (or 0x3E668B) is known color: Wedgewood. HEX triplet: 3E, 66 and 8B. RGB value is (62,102,139). Sum of RGB (Red+Green+Blue) = 62+102+139=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E668B is #C19974. Grayscale: #5E5E5E. Windows color (decimal): -12687733 or 9135678. OLE color: 9135678.

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

Color convert

RGB 62 102 139 -
CMYK 0.55 0.27 0 0.45
HSL 208.83º 0.38% 0.39% -
HSV(B) 208.83º 0.55% 0.55% -
XYZ 11.4 12.39 26.22 -
YUV 94.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 62 102 139 0.55 0.27 0 0.45 208.83 0.38 0.39
Hex 3E 66 8B 37 1B 0 2D D1 26 27
Octal 76 146 213 67 33 0 55 321 46 47
Binary 111110 1100110 10001011 110111 11011 0 101101 11010001 100110 100111

Color Harmonies of #3E668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E668B

Black with #3E668B

Text Example


Text Example

White with #3E668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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