Html Css Color HEX #3E31AF Blue Gem

📋 copy color: '#3E31AF'

red 62 ◦ green 49 ◦ blue 175

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

Shades of Blue Gem #3E31AF

Tints of Blue Gem #3E31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

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

R = 21.68%
G = 17.13%
B = 61.19%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E31AF (or 0x3E31AF) is known color: Blue Gem. HEX triplet: 3E, 31 and AF. RGB value is (62,49,175). Sum of RGB (Red+Green+Blue) = 62+49+175=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E31AF is #C1CE50. Grayscale: #424242. Windows color (decimal): -12701265 or 11481406. OLE color: 11481406.

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

Color convert

RGB 62 49 175 -
CMYK 0.65 0.72 0 0.31
HSL 246.19º 0.56% 0.44% -
HSV(B) 246.19º 0.72% 0.69% -
XYZ 10.82 6.32 41.21 -
YUV 67.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 62 49 175 0.65 0.72 0 0.31 246.19 0.56 0.44
Hex 3E 31 AF 41 48 0 1F F6 38 2C
Octal 76 61 257 101 110 0 37 366 70 54
Binary 111110 110001 10101111 1000001 1001000 0 11111 11110110 111000 101100

Color Harmonies of #3E31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31AF

Black with #3E31AF

Text Example


Text Example

White with #3E31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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