Html Css Color HEX #3E1EAB Blue Gem

📋 copy color: '#3E1EAB'

red 62 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #3E1EAB

Tints of Blue Gem #3E1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

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

R = 23.57%
G = 11.41%
B = 65.02%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E1EAB (or 0x3E1EAB) is known color: Blue Gem. HEX triplet: 3E, 1E and AB. RGB value is (62,30,171). Sum of RGB (Red+Green+Blue) = 62+30+171=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1EAB is #C1E154. Grayscale: #373737. Windows color (decimal): -12706133 or 11214398. OLE color: 11214398.

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

Color convert

RGB 62 30 171 -
CMYK 0.64 0.82 0 0.33
HSL 253.62º 0.7% 0.39% -
HSV(B) 253.62º 0.82% 0.67% -
XYZ 9.8 4.89 38.96 -
YUV 55.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 62 30 171 0.64 0.82 0 0.33 253.62 0.7 0.39
Hex 3E 1E AB 40 52 0 21 FE 46 27
Octal 76 36 253 100 122 0 41 376 106 47
Binary 111110 11110 10101011 1000000 1010010 0 100001 11111110 1000110 100111

Color Harmonies of #3E1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1EAB

Black with #3E1EAB

Text Example


Text Example

White with #3E1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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