Html Css Color HEX #3E349C Blue Gem

📋 copy color: '#3E349C'

red 62 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #3E349C

Tints of Blue Gem #3E349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 22.96%
G = 19.26%
B = 57.78%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E349C (or 0x3E349C) is known color: Blue Gem. HEX triplet: 3E, 34 and 9C. RGB value is (62,52,156). Sum of RGB (Red+Green+Blue) = 62+52+156=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E349C is #C1CB63. Grayscale: #424242. Windows color (decimal): -12700516 or 10236990. OLE color: 10236990.

HSL color Cylindrical-coordinate representation of color #3E349C: hue angle of 245.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E349C is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 52 156 -
CMYK 0.60 0.67 0 0.39
HSL 245.77º 0.5% 0.41% -
HSV(B) 245.77º 0.67% 0.61% -
XYZ 9.22 5.88 32.1 -
YUV 66.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 62 52 156 0.60 0.67 0 0.39 245.77 0.5 0.41
Hex 3E 34 9C 3C 43 0 27 F6 32 29
Octal 76 64 234 74 103 0 47 366 62 51
Binary 111110 110100 10011100 111100 1000011 0 100111 11110110 110010 101001

Color Harmonies of #3E349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E349C

Black with #3E349C

Text Example


Text Example

White with #3E349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,52,156); }

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

background-color css

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

 a { background-color: rgb(62,52,156); }

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

border-color css

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

 span { border-color: rgb(62,52,156); }

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