Html Css Color HEX #3E4994 Tory Blue

📋 copy color: '#3E4994'

red 62 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #3E4994

Tints of Tory Blue #3E4994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 21.91%
G = 25.8%
B = 52.3%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E4994 (or 0x3E4994) is known color: Tory Blue. HEX triplet: 3E, 49 and 94. RGB value is (62,73,148). Sum of RGB (Red+Green+Blue) = 62+73+148=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E4994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4994 is #C1B66B. Grayscale: #4D4D4D. Windows color (decimal): -12695148 or 9718078. OLE color: 9718078.

HSL color Cylindrical-coordinate representation of color #3E4994: hue angle of 232.33º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4994 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 73 148 -
CMYK 0.58 0.51 0 0.42
HSL 232.33º 0.41% 0.41% -
HSV(B) 232.33º 0.58% 0.58% -
XYZ 9.71 7.93 29.04 -
YUV 78.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 62 73 148 0.58 0.51 0 0.42 232.33 0.41 0.41
Hex 3E 49 94 3A 33 0 2A E8 29 29
Octal 76 111 224 72 63 0 52 350 51 51
Binary 111110 1001001 10010100 111010 110011 0 101010 11101000 101001 101001

Color Harmonies of #3E4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4994

Black with #3E4994

Text Example


Text Example

White with #3E4994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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