Html Css Color HEX #3E32AE Blue Gem

📋 copy color: '#3E32AE'

red 62 ◦ green 50 ◦ blue 174

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

Shades of Blue Gem #3E32AE

Tints of Blue Gem #3E32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 21.68%
G = 17.48%
B = 60.84%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E32AE (or 0x3E32AE) is known color: Blue Gem. HEX triplet: 3E, 32 and AE. RGB value is (62,50,174). Sum of RGB (Red+Green+Blue) = 62+50+174=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E32AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E32AE is #C1CD51. Grayscale: #434343. Windows color (decimal): -12701010 or 11416126. OLE color: 11416126.

HSL color Cylindrical-coordinate representation of color #3E32AE: hue angle of 245.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E32AE is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 50 174 -
CMYK 0.64 0.71 0 0.32
HSL 245.81º 0.55% 0.44% -
HSV(B) 245.81º 0.71% 0.68% -
XYZ 10.77 6.36 40.7 -
YUV 67.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 62 50 174 0.64 0.71 0 0.32 245.81 0.55 0.44
Hex 3E 32 AE 40 47 0 20 F6 37 2C
Octal 76 62 256 100 107 0 40 366 67 54
Binary 111110 110010 10101110 1000000 1000111 0 100000 11110110 110111 101100

Color Harmonies of #3E32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E32AE

Black with #3E32AE

Text Example


Text Example

White with #3E32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,174); }

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

background-color css

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

 a { background-color: rgb(62,50,174); }

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

border-color css

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

 span { border-color: rgb(62,50,174); }

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