Html Css Color HEX #3E1EAF Blue Gem

📋 copy color: '#3E1EAF'

red 62 ◦ green 30 ◦ blue 175

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

Shades of Blue Gem #3E1EAF

Tints of Blue Gem #3E1EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 23.22%
G = 11.24%
B = 65.54%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E1EAF (or 0x3E1EAF) is known color: Blue Gem. HEX triplet: 3E, 1E and AF. RGB value is (62,30,175). Sum of RGB (Red+Green+Blue) = 62+30+175=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E1EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1EAF is #C1E150. Grayscale: #373737. Windows color (decimal): -12706129 or 11476542. OLE color: 11476542.

HSL color Cylindrical-coordinate representation of color #3E1EAF: hue angle of 253.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E1EAF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 62 30 175 -
CMYK 0.65 0.83 0 0.31
HSL 253.24º 0.71% 0.4% -
HSV(B) 253.24º 0.83% 0.69% -
XYZ 10.19 5.05 40.99 -
YUV 56.1 195.1 132.21 -
System Red Green Blue C M Y K H S L
Decimal 62 30 175 0.65 0.83 0 0.31 253.24 0.71 0.4
Hex 3E 1E AF 41 53 0 1F FD 47 28
Octal 76 36 257 101 123 0 37 375 107 50
Binary 111110 11110 10101111 1000001 1010011 0 11111 11111101 1000111 101000

Color Harmonies of #3E1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1EAF

Black with #3E1EAF

Text Example


Text Example

White with #3E1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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