Html Css Color HEX #3E498A Tory Blue

📋 copy color: '#3E498A'

red 62 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #3E498A

Tints of Tory Blue #3E498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 22.71%
G = 26.74%
B = 50.55%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E498A (or 0x3E498A) is known color: Tory Blue. HEX triplet: 3E, 49 and 8A. RGB value is (62,73,138). Sum of RGB (Red+Green+Blue) = 62+73+138=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E498A is #C1B675. Grayscale: #4C4C4C. Windows color (decimal): -12695158 or 9062718. OLE color: 9062718.

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

Color convert

RGB 62 73 138 -
CMYK 0.55 0.47 0 0.46
HSL 231.32º 0.38% 0.39% -
HSV(B) 231.32º 0.55% 0.54% -
XYZ 8.96 7.62 25.04 -
YUV 77.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 62 73 138 0.55 0.47 0 0.46 231.32 0.38 0.39
Hex 3E 49 8A 37 2F 0 2E E7 26 27
Octal 76 111 212 67 57 0 56 347 46 47
Binary 111110 1001001 10001010 110111 101111 0 101110 11100111 100110 100111

Color Harmonies of #3E498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E498A

Black with #3E498A

Text Example


Text Example

White with #3E498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,138); }

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

background-color css

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

 a { background-color: rgb(62,73,138); }

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

border-color css

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

 span { border-color: rgb(62,73,138); }

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