Html Css Color HEX #3E6589 Wedgewood

📋 copy color: '#3E6589'

red 62 ◦ green 101 ◦ blue 137

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

Shades of Wedgewood #3E6589

Tints of Wedgewood #3E6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 20.67%
G = 33.67%
B = 45.67%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E6589 (or 0x3E6589) is known color: Wedgewood. HEX triplet: 3E, 65 and 89. RGB value is (62,101,137). Sum of RGB (Red+Green+Blue) = 62+101+137=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6589 is #C19A76. Grayscale: #5D5D5D. Windows color (decimal): -12687991 or 9004350. OLE color: 9004350.

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

Color convert

RGB 62 101 137 -
CMYK 0.55 0.26 0 0.46
HSL 208.8º 0.38% 0.39% -
HSV(B) 208.8º 0.55% 0.54% -
XYZ 11.16 12.14 25.42 -
YUV 93.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 62 101 137 0.55 0.26 0 0.46 208.8 0.38 0.39
Hex 3E 65 89 37 1A 0 2E D1 26 27
Octal 76 145 211 67 32 0 56 321 46 47
Binary 111110 1100101 10001001 110111 11010 0 101110 11010001 100110 100111

Color Harmonies of #3E6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6589

Black with #3E6589

Text Example


Text Example

White with #3E6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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