Html Css Color HEX #3E3AAA Blue Gem

📋 copy color: '#3E3AAA'

red 62 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #3E3AAA

Tints of Blue Gem #3E3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 21.38%
G = 20%
B = 58.62%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E3AAA (or 0x3E3AAA) is known color: Blue Gem. HEX triplet: 3E, 3A and AA. RGB value is (62,58,170). Sum of RGB (Red+Green+Blue) = 62+58+170=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3AAA is #C1C555. Grayscale: #474747. Windows color (decimal): -12698966 or 11156030. OLE color: 11156030.

HSL color Cylindrical-coordinate representation of color #3E3AAA: hue angle of 242.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3AAA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 58 170 -
CMYK 0.64 0.66 0 0.33
HSL 242.14º 0.49% 0.45% -
HSV(B) 242.14º 0.66% 0.67% -
XYZ 10.76 6.95 38.81 -
YUV 71.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 62 58 170 0.64 0.66 0 0.33 242.14 0.49 0.45
Hex 3E 3A AA 40 42 0 21 F2 31 2D
Octal 76 72 252 100 102 0 41 362 61 55
Binary 111110 111010 10101010 1000000 1000010 0 100001 11110010 110001 101101

Color Harmonies of #3E3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3AAA

Black with #3E3AAA

Text Example


Text Example

White with #3E3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,170); }

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

background-color css

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

 a { background-color: rgb(62,58,170); }

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

border-color css

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

 span { border-color: rgb(62,58,170); }

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