Html Css Color HEX #3E5189 Tory Blue

📋 copy color: '#3E5189'

red 62 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #3E5189

Tints of Tory Blue #3E5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 22.14%
G = 28.93%
B = 48.93%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E5189 (or 0x3E5189) is known color: Tory Blue. HEX triplet: 3E, 51 and 89. RGB value is (62,81,137). Sum of RGB (Red+Green+Blue) = 62+81+137=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5189 is #C1AE76. Grayscale: #515151. Windows color (decimal): -12693111 or 8999230. OLE color: 8999230.

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

Color convert

RGB 62 81 137 -
CMYK 0.55 0.41 0 0.46
HSL 224.8º 0.38% 0.39% -
HSV(B) 224.8º 0.55% 0.54% -
XYZ 9.44 8.72 24.85 -
YUV 81.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 62 81 137 0.55 0.41 0 0.46 224.8 0.38 0.39
Hex 3E 51 89 37 29 0 2E E1 26 27
Octal 76 121 211 67 51 0 56 341 46 47
Binary 111110 1010001 10001001 110111 101001 0 101110 11100001 100110 100111

Color Harmonies of #3E5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5189

Black with #3E5189

Text Example


Text Example

White with #3E5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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