Html Css Color HEX #3E3AAB Blue Gem

📋 copy color: '#3E3AAB'

red 62 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #3E3AAB

Tints of Blue Gem #3E3AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 21.31%
G = 19.93%
B = 58.76%

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

#3E3AAB (or 0x3E3AAB) is known color: Blue Gem. HEX triplet: 3E, 3A and AB. RGB value is (62,58,171). Sum of RGB (Red+Green+Blue) = 62+58+171=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3AAB is #C1C554. Grayscale: #474747. Windows color (decimal): -12698965 or 11221566. OLE color: 11221566.

HSL color Cylindrical-coordinate representation of color #3E3AAB: hue angle of 242.12º 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 #3E3AAB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 58 171 -
CMYK 0.64 0.66 0 0.33
HSL 242.12º 0.49% 0.45% -
HSV(B) 242.12º 0.66% 0.67% -
XYZ 10.85 6.99 39.31 -
YUV 72.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 62 58 171 0.64 0.66 0 0.33 242.12 0.49 0.45
Hex 3E 3A AB 40 42 0 21 F2 31 2D
Octal 76 72 253 100 102 0 41 362 61 55
Binary 111110 111010 10101011 1000000 1000010 0 100001 11110010 110001 101101

Color Harmonies of #3E3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3AAB

Black with #3E3AAB

Text Example


Text Example

White with #3E3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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