#3E2F9E

Color #3E2F9E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3E2F9E

Tints of Blue Gem #3E2F9E

Color information

#3E2F9E (or 0x3E2F9E) is unknown color: approx Blue Gem. HEX triplet: 3E, 2F and 9E. RGB value is (62,47,158). Sum of RGB (Red+Green+Blue) = 62+47+158=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E2F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2F9E is #C1D061. Grayscale: #3F3F3F. Windows color (decimal): -12701794 or 10366782. OLE color: 10366782.

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

Color convert

RGB6247158-
CMYK0.610.7000.38
HSL248.11º54.15%40.2%-
HSV(B)248.11º70.25%61.96%-
XYZ9.175.5332.93-
YUV64.14180.97126.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=23.22%
G=17.60%
B=59.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62471580.610.7000.38248.1154.1540.2
Hex3E2F9E3D46026f83628
Octal7657236751060463706650
Binary111110101111100111101111011000110010011011111000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E2F9E;
 }
 .AnyTagClassName
 {
   color: #3E2F9E;
 }
</style>
background-color css

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

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

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

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

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

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