Html Css Color HEX #3E339D Blue Gem

📋 copy color: '#3E339D'

red 62 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #3E339D

Tints of Blue Gem #3E339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 22.96%
G = 18.89%
B = 58.15%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E339D (or 0x3E339D) is known color: Blue Gem. HEX triplet: 3E, 33 and 9D. RGB value is (62,51,157). Sum of RGB (Red+Green+Blue) = 62+51+157=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E339D is #C1CC62. Grayscale: #414141. Windows color (decimal): -12700771 or 10302270. OLE color: 10302270.

HSL color Cylindrical-coordinate representation of color #3E339D: hue angle of 246.23º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E339D is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 51 157 -
CMYK 0.61 0.68 0 0.38
HSL 246.23º 0.51% 0.41% -
HSV(B) 246.23º 0.68% 0.62% -
XYZ 9.26 5.83 32.53 -
YUV 66.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 62 51 157 0.61 0.68 0 0.38 246.23 0.51 0.41
Hex 3E 33 9D 3D 44 0 26 F6 33 29
Octal 76 63 235 75 104 0 46 366 63 51
Binary 111110 110011 10011101 111101 1000100 0 100110 11110110 110011 101001

Color Harmonies of #3E339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E339D

Black with #3E339D

Text Example


Text Example

White with #3E339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,157); }

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

background-color css

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

 a { background-color: rgb(62,51,157); }

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

border-color css

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

 span { border-color: rgb(62,51,157); }

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