Html Css Color HEX #3E209F Blue Gem

📋 copy color: '#3E209F'

red 62 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #3E209F

Tints of Blue Gem #3E209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 24.51%
G = 12.65%
B = 62.85%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E209F (or 0x3E209F) is known color: Blue Gem. HEX triplet: 3E, 20 and 9F. RGB value is (62,32,159). Sum of RGB (Red+Green+Blue) = 62+32+159=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E209F is #C1DF60. Grayscale: #363636. Windows color (decimal): -12705633 or 10428478. OLE color: 10428478.

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

Color convert

RGB 62 32 159 -
CMYK 0.61 0.80 0 0.38
HSL 254.17º 0.66% 0.37% -
HSV(B) 254.17º 0.8% 0.62% -
XYZ 8.76 4.56 33.22 -
YUV 55.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 62 32 159 0.61 0.80 0 0.38 254.17 0.66 0.37
Hex 3E 20 9F 3D 50 0 26 FE 42 25
Octal 76 40 237 75 120 0 46 376 102 45
Binary 111110 100000 10011111 111101 1010000 0 100110 11111110 1000010 100101

Color Harmonies of #3E209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E209F

Black with #3E209F

Text Example


Text Example

White with #3E209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,159); }

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

background-color css

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

 a { background-color: rgb(62,32,159); }

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

border-color css

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

 span { border-color: rgb(62,32,159); }

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