Html Css Color HEX #3E6489 Wedgewood

📋 copy color: '#3E6489'

red 62 ◦ green 100 ◦ blue 137

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

Shades of Wedgewood #3E6489

Tints of Wedgewood #3E6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 20.74%
G = 33.44%
B = 45.82%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E6489 (or 0x3E6489) is known color: Wedgewood. HEX triplet: 3E, 64 and 89. RGB value is (62,100,137). Sum of RGB (Red+Green+Blue) = 62+100+137=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E6489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6489 is #C19B76. Grayscale: #5C5C5C. Windows color (decimal): -12688247 or 9004094. OLE color: 9004094.

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

Color convert

RGB 62 100 137 -
CMYK 0.55 0.27 0 0.46
HSL 209.6º 0.38% 0.39% -
HSV(B) 209.6º 0.55% 0.54% -
XYZ 11.06 11.94 25.39 -
YUV 92.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 62 100 137 0.55 0.27 0 0.46 209.6 0.38 0.39
Hex 3E 64 89 37 1B 0 2E D2 26 27
Octal 76 144 211 67 33 0 56 322 46 47
Binary 111110 1100100 10001001 110111 11011 0 101110 11010010 100110 100111

Color Harmonies of #3E6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6489

Black with #3E6489

Text Example


Text Example

White with #3E6489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,100,137); }

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

background-color css

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

 a { background-color: rgb(62,100,137); }

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

border-color css

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

 span { border-color: rgb(62,100,137); }

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