Html Css Color HEX #3E239E Blue Gem

📋 copy color: '#3E239E'

red 62 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #3E239E

Tints of Blue Gem #3E239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 158 (62.11% from 255) = 61.96%

R = 24.31%
G = 13.73%
B = 61.96%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E239E (or 0x3E239E) is known color: Blue Gem. HEX triplet: 3E, 23 and 9E. RGB value is (62,35,158). Sum of RGB (Red+Green+Blue) = 62+35+158=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E239E is #C1DC61. Grayscale: #383838. Windows color (decimal): -12704866 or 10363710. OLE color: 10363710.

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

Color convert

RGB 62 35 158 -
CMYK 0.61 0.78 0 0.38
HSL 253.17º 0.64% 0.38% -
HSV(B) 253.17º 0.78% 0.62% -
XYZ 8.76 4.69 32.79 -
YUV 57.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 62 35 158 0.61 0.78 0 0.38 253.17 0.64 0.38
Hex 3E 23 9E 3D 4E 0 26 FD 40 26
Octal 76 43 236 75 116 0 46 375 100 46
Binary 111110 100011 10011110 111101 1001110 0 100110 11111101 1000000 100110

Color Harmonies of #3E239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E239E

Black with #3E239E

Text Example


Text Example

White with #3E239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,158); }

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

background-color css

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

 a { background-color: rgb(62,35,158); }

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

border-color css

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

 span { border-color: rgb(62,35,158); }

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