Html Css Color HEX #3E5689 Tory Blue

📋 copy color: '#3E5689'

red 62 ◦ green 86 ◦ blue 137

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

Shades of Tory Blue #3E5689

Tints of Tory Blue #3E5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 21.75%
G = 30.18%
B = 48.07%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E5689 (or 0x3E5689) is known color: Tory Blue. HEX triplet: 3E, 56 and 89. RGB value is (62,86,137). Sum of RGB (Red+Green+Blue) = 62+86+137=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E5689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5689 is #C1A976. Grayscale: #545454. Windows color (decimal): -12691831 or 9000510. OLE color: 9000510.

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

Color convert

RGB 62 86 137 -
CMYK 0.55 0.37 0 0.46
HSL 220.8º 0.38% 0.39% -
HSV(B) 220.8º 0.55% 0.54% -
XYZ 9.83 9.49 24.98 -
YUV 84.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 62 86 137 0.55 0.37 0 0.46 220.8 0.38 0.39
Hex 3E 56 89 37 25 0 2E DD 26 27
Octal 76 126 211 67 45 0 56 335 46 47
Binary 111110 1010110 10001001 110111 100101 0 101110 11011101 100110 100111

Color Harmonies of #3E5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5689

Black with #3E5689

Text Example


Text Example

White with #3E5689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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