Html Css Color HEX #3E31A4 Blue Gem

📋 copy color: '#3E31A4'

red 62 ◦ green 49 ◦ blue 164

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

Shades of Blue Gem #3E31A4

Tints of Blue Gem #3E31A4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 164 (64.45% from 255) = 59.64%

R = 22.55%
G = 17.82%
B = 59.64%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3E31A4 (or 0x3E31A4) is known color: Blue Gem. HEX triplet: 3E, 31 and A4. RGB value is (62,49,164). Sum of RGB (Red+Green+Blue) = 62+49+164=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #3E31A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E31A4 is #C1CE5B. Grayscale: #414141. Windows color (decimal): -12701276 or 10760510. OLE color: 10760510.

HSL color Cylindrical-coordinate representation of color #3E31A4: hue angle of 246.78º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E31A4 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 62 49 164 -
CMYK 0.62 0.70 0 0.36
HSL 246.78º 0.54% 0.42% -
HSV(B) 246.78º 0.7% 0.64% -
XYZ 9.79 5.9 35.75 -
YUV 66 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 62 49 164 0.62 0.70 0 0.36 246.78 0.54 0.42
Hex 3E 31 A4 3E 46 0 24 F7 36 2A
Octal 76 61 244 76 106 0 44 367 66 52
Binary 111110 110001 10100100 111110 1000110 0 100100 11110111 110110 101010

Color Harmonies of #3E31A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31A4

Black with #3E31A4

Text Example


Text Example

White with #3E31A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,164); }

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

background-color css

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

 a { background-color: rgb(62,49,164); }

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

border-color css

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

 span { border-color: rgb(62,49,164); }

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