Html Css Color HEX #3E6993 Wedgewood

📋 copy color: '#3E6993'

red 62 ◦ green 105 ◦ blue 147

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

Shades of Wedgewood #3E6993

Tints of Wedgewood #3E6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 19.75%
G = 33.44%
B = 46.82%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E6993 (or 0x3E6993) is known color: Wedgewood. HEX triplet: 3E, 69 and 93. RGB value is (62,105,147). Sum of RGB (Red+Green+Blue) = 62+105+147=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6993 is #C1966C. Grayscale: #606060. Windows color (decimal): -12686957 or 9660734. OLE color: 9660734.

HSL color Cylindrical-coordinate representation of color #3E6993: hue angle of 209.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6993 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 105 147 -
CMYK 0.58 0.29 0 0.42
HSL 209.65º 0.41% 0.41% -
HSV(B) 209.65º 0.58% 0.58% -
XYZ 12.3 13.23 29.51 -
YUV 96.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 62 105 147 0.58 0.29 0 0.42 209.65 0.41 0.41
Hex 3E 69 93 3A 1D 0 2A D2 29 29
Octal 76 151 223 72 35 0 52 322 51 51
Binary 111110 1101001 10010011 111010 11101 0 101010 11010010 101001 101001

Color Harmonies of #3E6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6993

Black with #3E6993

Text Example


Text Example

White with #3E6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,147); }

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

background-color css

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

 a { background-color: rgb(62,105,147); }

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

border-color css

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

 span { border-color: rgb(62,105,147); }

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